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

Function table

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

Source from the content-addressed store, hash-verified

16 queueMicrotask(() => initializeObject())
17
18 const table = () => {}
19
20 return new Proxy<T>(table as T, {
21 apply(target: T, thisArg: any, argArray: any[]): any {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…