MCPcopy 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}
37class MemoryStorage {
38 cache: any;

Callers 1

storage.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected