Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
107
func
(by *OperatedBy) String() string {
108
if
by == nil {
109
return
"<nil>"
110
}
111
return
by.Account
112
}
113
114
type
ZentaoProject
struct
{
115
common.Scope `mapstructure:
",squash"
`
Callers
15
convertUnicode
Function · 0.45
batchRenameColumns
Function · 0.45
CollectIncidents
Function · 0.45
main
Function · 0.45
CollectApiIssues
Function · 0.45
CollectApiCommitStats
Function · 0.45
CollectApiIssueComments
Function · 0.45
CollectApiCommits
Function · 0.45
CollectApiPullRequests
Function · 0.45
GetRawMessageFromResponse
Function · 0.45
GetApiProject
Function · 0.45
parseCopilotSeatsFromResponse
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestRoundTripper401Refresh
Function · 0.36
TestMakeRemoteRepoScopes
Function · 0.36
ResolveUserDisplayName
Method · 0.36