MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / getChatWithUser

Method getChatWithUser

backend/src/chat/chat.service.ts:233–238  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

231 return false;
232 });
233 }
234
235 /**
236 * Soft-delete the trailing assistant reply so a regenerate can replace it.
237 * Only the tail: pruning an answer mid-history would silently rewrite the
238 * conversation every later turn was built on.
239 */
240 async dropLastAssistantReply(chatId: string): Promise<boolean> {
241 // Same column as saveMessage, so the same queue: dropping a reply while

Callers 2

canActivateMethod · 0.80
canActivateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected