MCPcopy Create free account
hub / github.com/nodejs/node / updateSizes

Method updateSizes

deps/v8/tools/turbolizer/src/resizer.ts:308–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 private updateSizes(): void {
309 this.updateLeftWidth();
310 this.updateRightWidth();
311 this.updateRanges();
312 }
313
314 private isLeftSnapped(): boolean {
315 return this.resizerLeft.classed("snapped");

Callers 1

constructorMethod · 0.95

Calls 3

updateLeftWidthMethod · 0.95
updateRightWidthMethod · 0.95
updateRangesMethod · 0.95

Tested by

no test coverage detected