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

Method raw

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

Source from the content-addressed store, hash-verified

66export interface Log {
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;

Callers 6

runSingleCommandFunction · 0.80
runLifecycleCommandFunction · 0.80
runRemoteCommandFunction · 0.80
runCommandFunction · 0.80
runSingleCommandFunction · 0.80
runInitializeCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected