MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / write

Function write

apps/cli/src/ai/chat-command.ts:55–57  ·  view source on GitHub ↗
(stream: Pick<Writable, 'write'>, text: string)

Source from the content-addressed store, hash-verified

53}
54
55function write(stream: Pick<Writable, 'write'>, text: string): void {
56 stream.write(text)
57}
58
59function buildTitle(question?: string): string {
60 const trimmed = question?.trim()

Callers 4

runChatTurnFunction · 0.70
runChatCommandFunction · 0.70
runNpmUpdateCommandFunction · 0.50
performCliSelfUpdateFunction · 0.50

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected