MCPcopy Create free account
hub / github.com/chokcoco/iCSS / delete

Method delete

website/app/lib/cache.ts:43–45  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

41 }
42
43 delete(key: string): void {
44 this.cache.delete(key);
45 }
46
47 clear(): void {
48 this.cache.clear();

Callers 2

getMethod · 0.80
cleanupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected