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

Function neverLogEventError

src/spec-utils/log.ts:232–234  ·  view source on GitHub ↗
(e: never)

Source from the content-addressed store, hash-verified

230}
231
232function neverLogEventError(e: never) {
233 return new Error(`Unknown log event type: ${(e as LogEvent).type}`);
234}
235
236// foreground 38;2;<r>;<g>;<b> (https://stackoverflow.com/questions/4842424/list-of-ansi-color-escape-sequences)
237const red = '38;2;143;99;79';

Callers 2

logEventToTerminalTextFunction · 0.85
logEventToFileTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected