MCPcopy 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

updateRightWidthMethod · 0.95
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected