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:121–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
export
class
FetchPublicProjectsInputs {
120
@Field()
121
strategy:
'trending'
|
'latest'
;
122
123
@Field()
124
size: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected