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

File route.ts

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

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import JSZip from 'jszip'
3import { type NextRequest, NextResponse } from 'next/server'
4import { downloadWorkspaceFileItemsContract } from '@/lib/api/contracts/workspace-file-folders'

Callers

nothing calls this directly

Calls 15

createLoggerFunction · 0.90
withRouteHandlerFunction · 0.90
parseRequestFunction · 0.90
listWorkspaceFilesFunction · 0.90
listWorkspaceFileFoldersFunction · 0.90
formatFileSizeFunction · 0.90
fetchWorkspaceFileBufferFunction · 0.90
safeZipPathFunction · 0.85
withZipPathSuffixFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected