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

Function findThreadByIncrementId

apps/web/services/threads/index.ts:510–512  ·  view source on GitHub ↗
(incrementId: number)

Source from the content-addressed store, hash-verified

508}
509
510export const findThreadByIncrementId = async (incrementId: number) => {
511 return findThreadWithMessages({ incrementId });
512};
513
514export const findThreadById = async (id: string) => {
515 return findThreadWithMessages({ id });

Callers 2

threadGetServerSidePropsFunction · 0.90
threads.tsFile · 0.90

Calls 1

findThreadWithMessagesFunction · 0.85

Tested by

no test coverage detected