MCPcopy
hub / github.com/phuryn/claude-usage / OutputSink

Interface OutputSink

vscode-extension/src/server-manager.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17export type SpawnFn = (command: string, args: ReadonlyArray<string>) => SpawnedLike;
18
19export interface OutputSink {
20 appendLine(line: string): void;
21}
22
23export interface ServerManagerOptions {
24 command: string;

Callers 3

doStartupMethod · 0.65
toSinkMethod · 0.65
startMethod · 0.65

Implementers 1

MemorySinkvscode-extension/test/server-manager.t

Calls

no outgoing calls

Tested by

no test coverage detected