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

File route.ts

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

Source from the content-addressed store, hash-verified

1import { getDiff } from "@/features/git";
2import { getDiffRequestSchema } 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
getDiffFunction · 0.90
isServiceErrorFunction · 0.90

Tested by

no test coverage detected