MCPcopy 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

updateLeftWidthMethod · 0.95
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected