Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/
Class
backend/api/src/workspaces/entities/workspace.entity.ts:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
@Entity(
'workspaces'
)
17
export
class
Workspace {
18
@PrimaryGeneratedColumn(
'uuid'
)
19
id: string;
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected