MCPcopy Index your code
hub / github.com/devcontainers/cli / start

Method start

src/spec-utils/log.ts:69–69  ·  view source on GitHub ↗
(text: string, level?: LogLevel)

Source from the content-addressed store, hash-verified

67 write(text: string, level?: LogLevel): void;
68 raw(text: string, level?: LogLevel): void;
69 start(text: string, level?: LogLevel): number;
70 stop(text: string, start: number, level?: LogLevel): void;
71 event(e: LogEvent): void;
72 dimensions?: LogDimensions;

Callers 9

_execFunction · 0.80
plainExecFunction · 0.80
plainPtyExecFunction · 0.80
launchFunction · 0.80
findExistingContainerFunction · 0.80
startExistingContainerFunction · 0.80
spawnDevContainerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected