MCPcopy
hub / github.com/apache/devlake / String

Method String

backend/plugins/zentao/models/project.go:107–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (by *OperatedBy) String() string {
108 if by == nil {
109 return "<nil>"
110 }
111 return by.Account
112}
113
114type ZentaoProject struct {
115 common.Scope `mapstructure:",squash"`

Callers 15

convertUnicodeFunction · 0.45
batchRenameColumnsFunction · 0.45
CollectIncidentsFunction · 0.45
mainFunction · 0.45
CollectApiIssuesFunction · 0.45
CollectApiCommitStatsFunction · 0.45
CollectApiIssueCommentsFunction · 0.45
CollectApiCommitsFunction · 0.45
CollectApiPullRequestsFunction · 0.45
GetApiProjectFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestMakeRemoteRepoScopesFunction · 0.36