MCPcopy Index your code
hub / github.com/simstudioai/sim / route.ts

File route.ts

apps/sim/app/api/stars/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { type NextRequest, NextResponse } from 'next/server'
2import { noInputSchema } from '@/lib/api/contracts/primitives'
3import { validationErrorResponse } from '@/lib/api/server'
4import { withRouteHandler } from '@/lib/core/utils/with-route-handler'

Callers

nothing calls this directly

Calls 3

withRouteHandlerFunction · 0.90
validationErrorResponseFunction · 0.90
getGitHubStarsFunction · 0.90

Tested by

no test coverage detected