MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / get

Method get

src/shared/vscode/workspace.ts:58–60  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

56 return this.context.globalState.update(key, value);
57 }
58 public get(key: string): unknown | undefined {
59 return this.context.globalState.get(key);
60 }
61
62 public asAbsolutePath(relativePath: string): string {
63 return this.context.asAbsolutePath(relativePath);

Calls

no outgoing calls

Tested by

no test coverage detected