MCPcopy 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
32type Project struct {
33 BaseProject `mapstructure:",squash"`
34 common.NoPKModel
35}
36
37func (Project) TableName() string {
38 return "projects"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected