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

Class

backend/src/project/project.model.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18export class Project extends SystemBaseModel {
19 @Field(() => ID)
20 @PrimaryGeneratedColumn('uuid')
21 id: string;
22
23 @Field()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected