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

Function initializeObject

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

Source from the content-addressed store, hash-verified

8 let object: T | null = null
9
10 const initializeObject = () => {
11 if (!object) {
12 object = untracked(() => initializer())
13 }
14 }
15
16 queueMicrotask(() => initializeObject())
17

Callers 5

lazyInitFunction · 0.85
applyFunction · 0.85
getFunction · 0.85
hasFunction · 0.85
ownKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…