Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/zx
/ get
Function
get
src/core.ts:219–223 ·
view source on GitHub ↗
(t, key)
Source
from the content-addressed store, hash-verified
217
)
218
},
219
get(t, key) {
220
return
key ===
'sync'
221
? $({ sync: true })
222
: Reflect.get(key in Function.prototype ? t : getStore(), key)
223
},
224
}
225
)
226
Callers
1
if
Function · 0.70
Calls
2
getStore
Function · 0.85
get
Method · 0.80
Tested by
no test coverage detected