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

Function composedUpdater

cli/src/utils/message-updater.ts:141–143  ·  view source on GitHub ↗
(msg: ChatMessage)

Source from the content-addressed store, hash-verified

139
140 // Compose all pending updaters into a single transform
141 const composedUpdater = (msg: ChatMessage): ChatMessage => {
142 return updaters.reduce((m, fn) => fn(m), msg)
143 }
144
145 // Apply composed update to the target message
146 setMessages((prev) =>

Callers 1

flushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected