Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sourcebot-dev/sourcebot
/ listRepos.ts
File
listRepos.ts
packages/web/src/features/tools/listRepos.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ z } from
"zod"
;
2
import
{ isServiceError } from
"@/lib/utils"
;
3
import
{ listRepos } from
"@/app/api/(server)/repos/listReposApi"
;
4
import
{ ToolDefinition } from
"./types"
;
Callers
nothing calls this directly
Calls
2
listRepos
Function · 0.90
isServiceError
Function · 0.90
Tested by
no test coverage detected