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

Method write

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

Source from the content-addressed store, hash-verified

65
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;

Calls

no outgoing calls

Tested by

no test coverage detected