Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeFox-Repo/codefox
/
Class
backend/src/project/dto/project.input.ts:141–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
export
class
DownloadProjectInput {
140
@Field(() => ID)
141
@IsUUID()
142
projectId: string;
143
144
@Field(() => Boolean, { defaultValue: false, nullable: true })
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected