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

Function bailOut

src/spec-node/singleContainer.ts:494–497  ·  view source on GitHub ↗
(output: Log, message: string)

Source from the content-addressed store, hash-verified

492}
493
494export function bailOut(output: Log, message: string): never {
495 output.write(toErrorText(message));
496 throw new Error(message);
497}

Callers 5

doSetUpFunction · 0.90
doRunUserCommandsFunction · 0.90
doExecFunction · 0.90
startExistingContainerFunction · 0.85

Calls 2

toErrorTextFunction · 0.85
writeMethod · 0.65

Tested by

no test coverage detected