MCPcopy Index your code
hub / github.com/apache/devlake / ProjectMetricSetting

Struct ProjectMetricSetting

backend/core/models/project.go:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type ProjectMetricSetting struct {
53 BaseProjectMetricSetting `mapstructure:",squash"`
54 common.NoPKModel
55}
56
57func (ProjectMetricSetting) TableName() string {
58 return "project_metric_settings"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected