Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ pushNext
Method
pushNext
apps/cli/src/ai/chat-command.test.ts:87–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
pushNext(): void {
88
const
line = this.nextLines.shift()
89
if
(line === undefined) {
90
this.push(null)
91
return
92
}
93
this.push(`${line}\n`)
94
}
95
}
96
97
describe(
'resolveAIChatTarget'
, () => {
Callers
1
chat-command.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected