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

Method get

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

Source from the content-addressed store, hash-verified

42 }
43
44 get(key: string) {
45 return this.cache[key];
46 }
47 set(key: string, input: string | object) {
48 this.cache[key] = input;
49 return input;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected