MCPcopy 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

createAnchorLookupFunction · 0.45
measureTextCellsFunction · 0.45
getSyntheticColumnFunction · 0.45
getSyntheticColumnFunction · 0.45
getLayoutCacheHitFunction · 0.45
setLayoutCacheValueFunction · 0.45
measureNodeFunction · 0.45
layoutNodeFunction · 0.45

Calls

no outgoing calls

Tested by 15

decodeStringSliceFunction · 0.36
getRectByIdFunction · 0.36
createMockBackendFunction · 0.36
createTestContextFunction · 0.36
createTestContextFunction · 0.36
createFormHarnessFunction · 0.36
createTestContextFunction · 0.36
centerOfFunction · 0.36
viewFunction · 0.36
getStateFunction · 0.36
getStateFunction · 0.36
getStateFunction · 0.36