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