Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ get
Method
get
packages/core/src/runtime/localState.ts:107–109 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
105
}
106
107
get(key: K): V | undefined {
108
return
this.map.get(key);
109
}
110
111
has(key: K): boolean {
112
return
this.map.has(key);
Callers
15
createAnchorLookup
Function · 0.45
measureTextCells
Function · 0.45
getSyntheticColumn
Function · 0.45
getSyntheticColumn
Function · 0.45
maybePruneRemainingDirtySiblings
Function · 0.45
childMayNeedCrossAxisFeedback
Function · 0.45
findUnsupportedLayoutConstraintUsage
Function · 0.45
getLayoutCacheHit
Function · 0.45
setLayoutCacheValue
Function · 0.45
getSyntheticTransparentColumn
Function · 0.45
measureNode
Function · 0.45
layoutNode
Function · 0.45
Calls
no outgoing calls
Tested by
15
decodeStringSlice
Function · 0.36
getRectById
Function · 0.36
createMockBackend
Function · 0.36
createTestContext
Function · 0.36
createTestContext
Function · 0.36
createFormHarness
Function · 0.36
createTestContext
Function · 0.36
centerOf
Function · 0.36
view
Function · 0.36
getState
Function · 0.36
getState
Function · 0.36
getState
Function · 0.36