MCPcopy Index your code
hub / github.com/coder/coder / startAgent

Function startAgent

site/e2e/helpers.ts:446–451  ·  view source on GitHub ↗
(
	page: Page,
	token: string,
)

Source from the content-addressed store, hash-verified

444 * agent to be ready before returning.
445 */
446export const startAgent = async (
447 page: Page,
448 token: string,
449): Promise<ChildProcess> => {
450 return startAgentWithCommand(page, token, coderBinary);
451};
452
453/**
454 * downloadCoderVersion downloads the version provided into a temporary dir and

Callers 3

app.spec.tsFile · 0.90

Calls 1

startAgentWithCommandFunction · 0.85

Tested by

no test coverage detected