MCPcopy Create free account
hub / github.com/ethereum/node-crawler / size

Method size

frontend/src/data/SortedMap.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 has(key: K): boolean;
7 set(key: K, value: V): Map<K, V>;
8 size(): number;
9 map: (callbackfn: (value: [K, V], index: number, array: [K, V][]) => any, thisArg?: any) => any[];
10 iterator: Map<K, V>
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected