MCPcopy Create free account
hub / github.com/FuelLabs/sway-vscode-plugin / constructor

Method constructor

client/src/program.ts:22–25  ·  view source on GitHub ↗
(
    private workspaceRoot: string | undefined,
    readonly type: ProgramType
  )

Source from the content-addressed store, hash-verified

20 this._onDidChangeTreeData.event;
21
22 constructor(
23 private workspaceRoot: string | undefined,
24 readonly type: ProgramType
25 ) {}
26
27 refresh(): void {
28 this._onDidChangeTreeData.fire();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected