Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
514
export
const
findThreadById =
async
(id: string) => {
515
return
findThreadWithMessages({ id });
516
};
517
518
const
findThreadWithMessages =
async
({
519
incrementId,
Callers
1
get
Method · 0.85
Calls
1
findThreadWithMessages
Function · 0.85
Tested by
no test coverage detected