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

Function reload

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

* Reload/refresh the service

(...args: any[])

Source from the content-addressed store, hash-verified

85 * Reload/refresh the service
86 */
87 async reload(...args: any[]): Promise<TState> {
88 logger.debug(`Reloading ${this.serviceName}`);
89 this.isInitialized = false;
90 return this.initialize(...args);
91 }
92
93 /**
94 * Cleanup resources (can be overridden by subclasses)

Callers

nothing calls this directly

Calls 2

debugMethod · 0.45
initializeMethod · 0.45

Tested by

no test coverage detected