Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TrackTable.stories.tsx
File · 0.45
fetchAndAppendSegment
Method · 0.45
subscribe
Method · 0.45
clear
Method · 0.45
subscribeToZustandRegistry
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected