Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isRightSnapped
Method
isRightSnapped
deps/v8/tools/turbolizer/src/resizer.ts:318–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
}
317
318
private isRightSnapped(): boolean {
319
return
this.resizerRight.classed(
"snapped"
);
320
}
321
322
private isRangesSnapped(): boolean {
323
return
this.resizerRanges.classed(
"snapped"
);
Callers
2
updateRightWidth
Method · 0.95
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected