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

Function has

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

Source from the content-addressed store, hash-verified

30 return Reflect.get(object as T, prop, receiver)
31 },
32 has(_, prop) {
33 initializeObject()
34 return Reflect.has(object as T, prop)
35 },
36 ownKeys() {
37 initializeObject()
38 return Reflect.ownKeys(object as T)

Callers

nothing calls this directly

Calls 1

initializeObjectFunction · 0.85

Tested by

no test coverage detected