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

Method EffectiveOwner

internal/repoconfig/repoconfig.go:78–83  ·  view source on GitHub ↗

EffectiveOwner returns the owner, preferring RepoOwner for plugin entries.

()

Source from the content-addressed store, hash-verified

76
77// EffectiveOwner returns the owner, preferring RepoOwner for plugin entries.
78func (r RepoEntry) EffectiveOwner() string {
79 if r.RepoOwner != "" {
80 return r.RepoOwner
81 }
82 return r.Owner
83}
84
85// EffectiveName returns the repo name, preferring RepoName for plugin entries.
86func (r RepoEntry) EffectiveName() string {

Callers 6

entityListCommandFunction · 0.80
dryRunAllReposFunction · 0.80
fetchAllReposFunction · 0.80
RefreshAllMethod · 0.80

Calls

no outgoing calls

Tested by 1