MCPcopy Create free account
hub / github.com/AnswerOverflow/AnswerOverflow / getParentChannelOfMessage

Function getParentChannelOfMessage

packages/core/src/message.ts:526–528  ·  view source on GitHub ↗
(message: BaseMessage)

Source from the content-addressed store, hash-verified

524}
525
526export function getParentChannelOfMessage(message: BaseMessage) {
527 return message.parentChannelId ?? message.channelId;
528}
529
530export async function findManyMessageWithRelations(ids: readonly string[]) {
531 const start = Date.now();

Callers 1

findMessageResultPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected