Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ remove
Method
remove
packages/utilities/src/storage.ts:31–35 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
29
}
30
31
remove(key: string) {
32
try {
33
window[`${this.
type
}Storage`].removeItem(key);
34
} catch (exception) {}
35
}
36
}
37
class
MemoryStorage {
38
cache: any;
Callers
1
storage.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected