MCPcopy
hub / github.com/google/zx / getStore

Function getStore

src/core.ts:157–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155const storage = new AsyncLocalStorage<Options>()
156
157const getStore = () => storage.getStore() || defaults
158
159const getSnapshot = (
160 opts: Options,

Callers 4

withinFunction · 0.85
core.tsFile · 0.85
setFunction · 0.85
getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…