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

Method isRangesInLandscapeMode

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

Source from the content-addressed store, hash-verified

262 }
263
264 public isRangesInLandscapeMode(): boolean {
265 return this.ranges.dataset.landscapeMode === "true";
266 }
267
268 public updatePanes(): void {
269 this.left.style.width = `${this.sepLeft}px`;

Callers 3

updateRangesPaneMethod · 0.95
rangesUpdateMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected