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

Method constructor

packages/utilities/src/storage.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 cache: any;
39
40 constructor() {
41 this.cache = {};
42 }
43
44 get(key: string) {
45 return this.cache[key];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected