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

Method constructor

website/app/lib/cache.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 private cache = new Map<string, CacheItem<unknown>>();
10
11 private constructor() {}
12
13 static getInstance(): Cache {
14 if (!Cache.instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected