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

Method GetEnglish

backend/plugins/tapd/models/bug_status.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37type TapdStatus interface {
38 GetChinese() string
39 GetEnglish() string
40 GetIsLastStep() bool
41}
42

Callers 1

Implementers 2

TapdStoryStatusbackend/plugins/tapd/models/story_stat
TapdBugStatusbackend/plugins/tapd/models/bug_status

Calls

no outgoing calls

Tested by

no test coverage detected