MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delete

Method delete

test/unit/persisters/common/mocks.ts:820–822  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

818 }
819
820 async delete(key: string): Promise<boolean> {
821 return this.data.delete(key);
822 }
823
824 clear(): void {
825 this.data.clear();

Callers 15

createMockStorageFunction · 0.80
createSocketFunction · 0.80
yMapMatchFunction · 0.80
mocks.tsFile · 0.80
disconnectMethod · 0.80
applyChangesToYDocFunction · 0.80
yMapMatchFunction · 0.80
saveStoreFunction · 0.80
collDelFunction · 0.80
collDelFunction · 0.80

Calls

no outgoing calls

Tested by 2

createMockStorageFunction · 0.64
createSocketFunction · 0.64