MCPcopy Create free account
hub / github.com/hediet/vscode-debug-visualizer / get

Method get

extension/src/utils/VsCodeSettings.ts:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public get(): T {
43 const result = this.settingResource.value;
44 return this.serializer.deserialize(result);
45 }
46
47 public async set(value: T): Promise<void> {
48 const value2 = this.serializer.serializer(value);

Callers 15

cacheFunction · 0.80
getIdFunction · 0.80
getExtractionsMethod · 0.80
hotComponentFunction · 0.80
getScriptSnapshotMethod · 0.80
getNodeInfoMethod · 0.80
useChromeKioskModeMethod · 0.80
customScriptPathsMethod · 0.80
getDebugAdapterConfigMethod · 0.80
getDebugSessionProxyMethod · 0.80
constructorMethod · 0.80
readValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected