MCPcopy Create free account
hub / github.com/msgbyte/tailchat / clearInbox

Function clearInbox

client/shared/model/inbox.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 * 清空收件箱
20 */
21export async function clearInbox() {
22 await request.post('/api/chat/inbox/clear');
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected