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

Struct TapdBugStatus

backend/plugins/tapd/models/bug_status.go:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type TapdBugStatus struct {
25 ConnectionId uint64 `gorm:"primaryKey"`
26 WorkspaceId uint64 `gorm:"primaryKey"`
27 EnglishName string `gorm:"primaryKey;type:varchar(255)"`
28 ChineseName string
29 IsLastStep bool
30 common.NoPKModel
31}
32
33func (TapdBugStatus) TableName() string {
34 return "_tool_tapd_bug_statuses"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected