MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / clear

Method clear

src/back/util/map.ts:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 clear(): void {
128 this._root = undefined;
129 }
130
131 set(key: K, element: V): V | undefined {
132 const iter = this._iter.reset(key);

Callers 1

FileServerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected