MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / route.ts

File route.ts

packages/web/src/app/api/(server)/commit/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getCommit } from "@/features/git";
2import { getCommitQueryParamsSchema } from "@/features/git/schemas";
3import { apiHandler } from "@/lib/apiHandler";
4import { queryParamsSchemaValidationError, serviceErrorResponse } from "@/lib/serviceError";

Callers

nothing calls this directly

Calls 5

apiHandlerFunction · 0.90
serviceErrorResponseFunction · 0.90
getCommitFunction · 0.90
isServiceErrorFunction · 0.90

Tested by

no test coverage detected