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

File route.ts

apps/sim/app/api/files/serve/[...path]/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { readFile } from 'fs/promises'
2import { createLogger } from '@sim/logger'
3import type { NextRequest } from 'next/server'
4import { NextResponse } from 'next/server'

Callers

nothing calls this directly

Calls 15

createLoggerFunction · 0.90
withRouteHandlerFunction · 0.90
inferContextFromKeyFunction · 0.90
isUsingCloudStorageFunction · 0.90
createErrorResponseFunction · 0.90
handleCloudProxyPublicFunction · 0.85
handleLocalFilePublicFunction · 0.85
handleCloudProxyFunction · 0.85
infoMethod · 0.80
joinMethod · 0.80
parseMethod · 0.80

Tested by

no test coverage detected