A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
ChunkStoreFactory
Type Alias ChunkStoreFactory
ChunkStoreFactory
:
(
nodeId
:
string
,
)
=>
StatusOr
<
ChunkStore
>
|
Promise
<
StatusOr
<
ChunkStore
>
>
Creates the backing log when a
NodeMap
first sees a node id.
Type Declaration
(
nodeId
:
string
)
:
StatusOr
<
ChunkStore
>
|
Promise
<
StatusOr
<
ChunkStore
>
>
Parameters
nodeId
:
string
Returns
StatusOr
<
ChunkStore
>
|
Promise
<
StatusOr
<
ChunkStore
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Creates the backing log when a NodeMap first sees a node id.