MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / captureLabeled

Method captureLabeled

freebuff/e2e/utils/freebuff-session.ts:155–157  ·  view source on GitHub ↗

Capture and auto-save to the session logs directory with a label.

(label: string, waitSeconds?: number)

Source from the content-addressed store, hash-verified

153
154 /** Capture and auto-save to the session logs directory with a label. */
155 async captureLabeled(label: string, waitSeconds?: number): Promise<string> {
156 return tmuxCapture(this.name, { waitSeconds, label })
157 }
158
159 /**
160 * Poll until the terminal output contains the given text.

Callers

nothing calls this directly

Calls 1

tmuxCaptureFunction · 0.90

Tested by

no test coverage detected