libp2p
Preparing search index...
@libp2p/utils
filters
CuckooFilter
Class CuckooFilter
Implements
Filter
Index
Constructors
constructor
Properties
count
Accessors
reliable
Methods
add
has
remove
Constructors
constructor
new
CuckooFilter
(
init
:
CuckooFilterInit
)
:
CuckooFilter
Parameters
init
:
CuckooFilterInit
Returns
CuckooFilter
Properties
count
count
:
number
Accessors
reliable
get
reliable
()
:
boolean
Returns
boolean
Methods
add
add
(
item
:
string
|
Uint8Array
<
ArrayBufferLike
>
)
:
boolean
Parameters
item
:
string
|
Uint8Array
<
ArrayBufferLike
>
Returns
boolean
has
has
(
item
:
string
|
Uint8Array
<
ArrayBufferLike
>
)
:
boolean
Parameters
item
:
string
|
Uint8Array
<
ArrayBufferLike
>
Returns
boolean
remove
remove
(
item
:
string
|
Uint8Array
<
ArrayBufferLike
>
)
:
boolean
Parameters
item
:
string
|
Uint8Array
<
ArrayBufferLike
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
count
Accessors
reliable
Methods
add
has
remove
libp2p
Loading...