MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / remove

Method remove

packages/utilities/src/storage.ts:51–53  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

49 return input;
50 }
51 remove(key: string) {
52 delete this.cache[key];
53 }
54}
55
56export const localStorage = new Storage('local');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected