Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ postUserMessage
Function
postUserMessage
cli/src/commands/init.ts:116–119 ·
view source on GitHub ↗
(prev)
Source
from the content-addressed store, hash-verified
114
}
115
116
const
postUserMessage: PostUserMessageFn = (prev) => [
117
...prev,
118
...messages.map((message) => getSystemMessage(message)),
119
]
120
return
{ postUserMessage }
121
}
Callers
nothing calls this directly
Calls
1
getSystemMessage
Function · 0.90
Tested by
no test coverage detected