Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react/metro
/ constructor
Method
constructor
packages/metro-source-map/src/generateFunctionMap.js:570–572 ·
view source on GitHub ↗
(value: number = 0)
Source
from the content-addressed store, hash-verified
568
_value: number;
569
570
constructor(value: number = 0) {
571
this.reset(value);
572
}
573
574
next(absoluteValue: number): number {
575
const
delta = absoluteValue - this._value;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected