Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ Project
Struct
Project
backend/core/models/project.go:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
type
Project
struct
{
33
BaseProject `mapstructure:
",squash"
`
34
common.NoPKModel
35
}
36
37
func
(Project) TableName() string {
38
return
"projects"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected