MCPcopy
hub / github.com/continuedev/continue / cleanup

Function cleanup

extensions/cli/src/services/BaseService.test.ts:96–100  ·  view source on GitHub ↗

* Cleanup resources (can be overridden by subclasses)

()

Source from the content-addressed store, hash-verified

94 * Cleanup resources (can be overridden by subclasses)
95 */
96 async cleanup(): Promise<void> {
97 logger.debug(`Cleaning up ${this.serviceName}`);
98 this.removeAllListeners();
99 this.isInitialized = false;
100 }
101}
102
103/**

Callers

nothing calls this directly

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected