MCPcopy
hub / github.com/nukeop/nuclear / delete

Method delete

packages/player/src/test/utils/inMemoryTauriStore.ts:41–47  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

39 async save() {}
40
41 async delete(key: string) {
42 const map = stores.get(this.#path);
43 if (!map) {
44 return;
45 }
46 map.delete(key);
47 }
48
49 async clear() {
50 stores.delete(this.#path);

Callers 5

fetchAndAppendSegmentMethod · 0.45
subscribeMethod · 0.45
clearMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected