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

Method sourceUpdate

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

Source from the content-addressed store, hash-verified

111 }
112
113 private sourceUpdate(isSourceExpanded: boolean): void {
114 storageSetItem("expandedState-source", isSourceExpanded);
115 this.sourceExpand.classList.toggle("invisible", isSourceExpanded);
116 this.sourceCollapse.classList.toggle("invisible", !isSourceExpanded);
117 }
118
119 private disassemblyUpdate(isDisassemblyExpanded: boolean): void {
120 storageSetItem("expandedState-disassembly", isDisassemblyExpanded);

Callers 1

setSourceExpandedMethod · 0.95

Calls 1

storageSetItemFunction · 0.90

Tested by

no test coverage detected