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

Function hasDependencies

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

* Helper to check if a service has dependencies

(service: any)

Source from the content-addressed store, hash-verified

111 * Helper to check if a service has dependencies
112 */
113function hasDependencies(service: any): service is ServiceWithDependencies {
114 return !!service && typeof service.getDependencies === "function";
115}
116
117// Test implementation of BaseService
118interface TestState {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected