Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeFox-Repo/codefox
/
Class
backend/src/user/user.model.ts:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
@Entity()
18
@ObjectType()
19
export
class
User extends SystemBaseModel {
20
@Field(() => ID)
21
@PrimaryGeneratedColumn(
'uuid'
)
22
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected