MCPcopy Create free account
hub / github.com/vercel/vercel / shouldUseServicesOrchestrator

Method shouldUseServicesOrchestrator

packages/cli/src/util/dev/server.ts:218–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216 >();
217
218 private shouldUseServicesOrchestrator(): boolean {
219 if (!this.services || this.services.length === 0) {
220 return false;
221 }
222 return true;
223 }
224
225 constructor(cwd: string, options: DevServerOptions) {
226 this.cwd = cwd;

Callers 2

_startMethod · 0.95
runDevCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected