MCPcopy
hub / github.com/openclaw/clawsweeper / CodexOutputCapture

Interface CodexOutputCapture

src/codex-output-capture.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9);
10
11export interface CodexOutputCapture {
12 file: number;
13 maxFileBytes: number;
14 tailBytes: number;
15 writtenBytes: number;
16 truncated: boolean;
17 tail: Buffer<ArrayBufferLike>;
18}
19
20export function openCodexOutputCapture(
21 filePath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected