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

Method getLastExpandedState

deps/v8/tools/turbolizer/src/resizer.ts:109–111  ·  view source on GitHub ↗
(type: string, defaultState: boolean)

Source from the content-addressed store, hash-verified

107 }
108
109 private getLastExpandedState(type: string, defaultState: boolean): boolean {
110 return storageGetItem(`expandedState-${type}`, defaultState);
111 }
112
113 private sourceUpdate(isSourceExpanded: boolean): void {
114 storageSetItem("expandedState-source", isSourceExpanded);

Callers 1

restoreExpandedStateMethod · 0.95

Calls 1

storageGetItemFunction · 0.90

Tested by

no test coverage detected