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

Class WorkspaceEvents

src/shared/workspace.ts:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56class WorkspaceEvents implements IAmDisposable {
57 public readonly onPackageMapChange = new EventEmitter<void>();
58
59 public dispose(): void {
60 this.onPackageMapChange.dispose();
61 }
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected