MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / dispose

Method dispose

Extension/src/testHook.ts:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public dispose(): void {
38 ok(!this.disposed, "TestHook is disposed.");
39 this.disposed = true;
40 this.intelliSenseStatusChangedEvent.dispose();
41 this.statusChangedEvent.dispose();
42 }
43}
44
45let testHook: TestHook;

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected