MCPcopy Index your code
hub / github.com/TanStack/table / get

Function get

packages/angular-table/src/lazy-signal-initializer.ts:28–31  ·  view source on GitHub ↗
(_, prop, receiver)

Source from the content-addressed store, hash-verified

26 return Reflect.apply(target as any, thisArg, argArray)
27 },
28 get(_, prop, receiver) {
29 initializeObject()
30 return Reflect.get(object as T, prop, receiver)
31 },
32 has(_, prop) {
33 initializeObject()
34 return Reflect.has(object as T, prop)

Callers

nothing calls this directly

Calls 1

initializeObjectFunction · 0.85

Tested by

no test coverage detected