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

Method event

src/spec-utils/log.ts:71–71  ·  view source on GitHub ↗
(e: LogEvent)

Source from the content-addressed store, hash-verified

69 start(text: string, level?: LogLevel): number;
70 stop(text: string, start: number, level?: LogLevel): void;
71 event(e: LogEvent): void;
72 dimensions?: LogDimensions;
73 onDidChangeDimensions?: Event<LogDimensions>;
74}

Callers 12

createNullLifecycleHookFunction · 0.65
eventFunction · 0.65
runSingleCommandFunction · 0.65
runLifecycleCommandFunction · 0.65
installDotfilesFunction · 0.65
replacingLogFunction · 0.65
createCombinedLogFunction · 0.65
writeFunction · 0.65
rawFunction · 0.65
startFunction · 0.65
stopFunction · 0.65
replaceAllLogFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected