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

Function getConverseLastMessageInfo

client/shared/model/message.ts:154–156  ·  view source on GitHub ↗
(converseIds: string[])

Source from the content-addressed store, hash-verified

152 )
153);
154export function getConverseLastMessageInfo(converseIds: string[]) {
155 return _fetchConverseLastMessageInfo(converseIds);
156}
157
158/**
159 * @param converseId 会话ID

Callers 1

getCachedAckInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected