MCPcopy Create free account
hub / github.com/code100x/daily-code / get

Method get

packages/db/Cache.ts:35–37  ·  view source on GitHub ↗
(type: string, args: string[])

Source from the content-addressed store, hash-verified

33 }
34
35 async get(type: string, args: string[]): Promise<any> {
36 return this.delegate.get(type, args);
37 }
38
39 async evict(type: string, args: string[]): Promise<null> {
40 return this.delegate.evict(type, args);

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected