Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
lazyInit
Function · 0.85
apply
Function · 0.85
get
Function · 0.85
has
Function · 0.85
ownKeys
Function · 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…