Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createMockStorage
Function · 0.80
createSocket
Function · 0.80
yMapMatch
Function · 0.80
createCustomLocalSynchronizer
Function · 0.80
mocks.ts
File · 0.80
disconnect
Method · 0.80
synchronizers.test.ts
File · 0.80
applyChangesToYDoc
Function · 0.80
yMapMatch
Function · 0.80
saveStore
Function · 0.80
collDel
Function · 0.80
collDel
Function · 0.80
Calls
no outgoing calls
Tested by
2
createMockStorage
Function · 0.64
createSocket
Function · 0.64