Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ethereum/node-crawler
/ clear
Method
clear
frontend/src/data/SortedMap.ts:2–2 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
interface
ISortedMap<K, V> {
2
clear(): void;
3
delete(key: K): boolean;
4
forEach(callbackfn: (value: V, key: K, map: Map<K, V>) => void, thisArg?: any): void;
5
get(key: K): V | undefined;
Callers
1
SortedMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected