MCPcopy Create free account
hub / github.com/Noumena-Network/code / sharedHeightCacheKey

Function sharedHeightCacheKey

src/hooks/useVirtualScroll.ts:81–83  ·  view source on GitHub ↗
(columns: number, key: string)

Source from the content-addressed store, hash-verified

79}
80
81function sharedHeightCacheKey(columns: number, key: string): string {
82 return `${columns}:${key}`
83}
84
85function readSharedHeight(columns: number, key: string): number | undefined {
86 const cacheKey = sharedHeightCacheKey(columns, key)

Callers 2

readSharedHeightFunction · 0.85
writeSharedHeightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected