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

Function ownKeys

packages/angular-table/src/lazy-signal-initializer.ts:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 return Reflect.has(object as T, prop)
35 },
36 ownKeys() {
37 initializeObject()
38 return Reflect.ownKeys(object as T)
39 },
40 getOwnPropertyDescriptor() {
41 return {
42 enumerable: true,

Callers

nothing calls this directly

Calls 1

initializeObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…