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

Function postUserMessage

cli/src/commands/usage.ts:13–16  ·  view source on GitHub ↗
(prev)

Source from the content-addressed store, hash-verified

11
12 if (!authToken) {
13 const postUserMessage: PostUserMessageFn = (prev) => [
14 ...prev,
15 getSystemMessage('Please log in first to view your usage.'),
16 ]
17 return { postUserMessage }
18 }
19

Callers

nothing calls this directly

Calls 1

getSystemMessageFunction · 0.90

Tested by

no test coverage detected