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

Function capturePane

cli/src/__tests__/tmux-poc.ts:46–48  ·  view source on GitHub ↗
(sessionName: string)

Source from the content-addressed store, hash-verified

44
45// Capture pane content
46async function capturePane(sessionName: string): Promise<string> {
47 return await tmux(['capture-pane', '-t', sessionName, '-p'])
48}
49
50// Main test function
51async function testCLIWithTmux() {

Callers 1

testCLIWithTmuxFunction · 0.85

Calls 1

tmuxFunction · 0.70

Tested by

no test coverage detected