Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/virtual
/ approxEqual
Function
approxEqual
packages/virtual-core/src/utils.ts:79–79 ·
view source on GitHub ↗
(a: number, b: number)
Source
from the content-addressed store, hash-verified
77
}
78
79
export
const
approxEqual = (a: number, b: number) => Math.abs(a - b) < 1
80
81
export
const
debounce = (
82
targetWindow: Window & typeof globalThis,
Callers
1
Virtualizer
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected