MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / findThreadById

Function findThreadById

apps/web/services/threads/index.ts:514–516  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

512};
513
514export const findThreadById = async (id: string) => {
515 return findThreadWithMessages({ id });
516};
517
518const findThreadWithMessages = async ({
519 incrementId,

Callers 1

getMethod · 0.85

Calls 1

findThreadWithMessagesFunction · 0.85

Tested by

no test coverage detected