Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
155
const
storage =
new
AsyncLocalStorage<Options>()
156
157
const
getStore = () => storage.getStore() || defaults
158
159
const
getSnapshot = (
160
opts: Options,
Callers
4
within
Function · 0.85
core.ts
File · 0.85
set
Function · 0.85
get
Function · 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…