MCPcopy
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

ifFunction · 0.70

Calls 2

getStoreFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected