MCPcopy Index your code
hub / github.com/ethereum/node-crawler / has

Method has

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

Source from the content-addressed store, hash-verified

4 forEach(callbackfn: (value: V, key: K, map: Map<K, V>) => void, thisArg?: any): void;
5 get(key: K): V | undefined;
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[];

Callers 2

cleanFilterGroupFunction · 0.80
SortedMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected