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

Function makeUpdater

cli/src/hooks/helpers/__tests__/send-message.test.ts:1690–1697  ·  view source on GitHub ↗
(messages: ChatMessage[])

Source from the content-addressed store, hash-verified

1688
1689describe('freebuff gate errors', () => {
1690 const makeUpdater = (messages: ChatMessage[]) => {
1691 const updater = createBatchedMessageUpdater('ai-1', (fn: any) => {
1692 const next = fn(messages)
1693 messages.length = 0
1694 messages.push(...next)
1695 })
1696 return updater
1697 }
1698
1699 const baseMessage = (): ChatMessage[] => [
1700 {

Callers 1

Calls 1

Tested by

no test coverage detected