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

Function hasVirtualScrollClampBounds

src/hooks/useVirtualScroll.ts:255–257  ·  view source on GitHub ↗
(bounds: VirtualScrollClampBounds)

Source from the content-addressed store, hash-verified

253}
254
255function hasVirtualScrollClampBounds(bounds: VirtualScrollClampBounds): boolean {
256 return bounds.clampMin !== undefined || bounds.clampMax !== undefined
257}
258
259export function resolveVirtualScrollClampBounds({
260 clampEnabled,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected