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:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
export
class
ProjectSubscriptionResult {
108
@Field()
109
success: boolean;
110
111
@Field({ nullable: true })
112
message?: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected