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

Method setSourceExpanded

deps/v8/tools/turbolizer/src/resizer.ts:64–67  ·  view source on GitHub ↗
(isSourceExpanded: boolean)

Source from the content-addressed store, hash-verified

62 }
63
64 public setSourceExpanded(isSourceExpanded: boolean): void {
65 this.sourceUpdate(isSourceExpanded);
66 this.resizer.updateLeftWidth();
67 }
68
69 public setDisassemblyExpanded(isDisassemblyExpanded: boolean): void {
70 this.disassemblyUpdate(isDisassemblyExpanded);

Callers 3

constructorMethod · 0.95
restoreExpandedStateMethod · 0.95
constructorMethod · 0.80

Calls 2

sourceUpdateMethod · 0.95
updateLeftWidthMethod · 0.80

Tested by

no test coverage detected