- Preparing search index...
- The search index is not available
polykey
Function parseBucketsDbKey
- parseBucketsDbKey(keyPath): {
bucketIndex: NodeBucketIndex;
bucketKey: string;
nodeId: NodeId;
}
-
Parameters
-
keyPath: readonly (string | Buffer)[]
Returns {
bucketIndex: NodeBucketIndex;
bucketKey: string;
nodeId: NodeId;
}
Parse the NodeGraph buckets sublevel key The keys look like
!<lexi<NodeBucketIndex, 'hex')>!<NodeId>
It is assumed that the!
is the sublevel prefix.