MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/project/downloadController.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import * as fs from 'fs';
7
8// The guard is what notices a token that logout has already invalidated; the
9// decorator alone only proves the signature is ours.
10@Controller('download')
11@UseGuards(JWTAuthGuard)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected