Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ route.ts
File
route.ts
packages/web/src/app/api/(server)/source/route.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use server'
;
2
3
import
{ getFileSource } from
'@/features/git'
;
4
import
{ fileSourceRequestSchema } from
'@/features/git/schemas'
;
Callers
nothing calls this directly
Calls
5
apiHandler
Function · 0.90
serviceErrorResponse
Function · 0.90
queryParamsSchemaValidationError
Function · 0.90
getFileSource
Function · 0.90
isServiceError
Function · 0.90
Tested by
no test coverage detected