MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / effectiveOwner

Function effectiveOwner

internal/metadata/refresh.go:604–609  ·  view source on GitHub ↗
(e repoEntry)

Source from the content-addressed store, hash-verified

602}
603
604func effectiveOwner(e repoEntry) string {
605 if e.RepoOwner != "" {
606 return e.RepoOwner
607 }
608 return e.Owner
609}
610
611func effectiveName(e repoEntry) string {
612 if e.RepoName != "" {

Callers 1

RefreshFromFilesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected