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

Function dispose

src/shared/analyzer.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public dispose(): Promise<void> {
44 return disposeAllAsync(this.disposables);
45 }
46}
47
48interface AnalyzingEvent {

Callers

nothing calls this directly

Calls 1

disposeAllAsyncFunction · 0.90

Tested by

no test coverage detected