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

File route.ts

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

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import { normalizeEmail } from '@sim/utils/string'
3import { type NextRequest, NextResponse } from 'next/server'
4import { batchWorkspaceInvitationsContract } from '@/lib/api/contracts/invitations'

Callers

nothing calls this directly

Calls 10

createLoggerFunction · 0.90
withRouteHandlerFunction · 0.90
parseRequestFunction · 0.90
normalizeEmailFunction · 0.90
batchErrorResponseFunction · 0.85
errorMethod · 0.80
pushMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected