Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ effectiveName
Function
effectiveName
internal/metadata/refresh.go:611–616 ·
view source on GitHub ↗
(e repoEntry)
Source
from the content-addressed store, hash-verified
609
}
610
611
func
effectiveName(e repoEntry) string {
612
if
e.RepoName !=
""
{
613
return
e.RepoName
614
}
615
return
e.Name
616
}
617
618
func
effectiveBranch(e repoEntry) string {
619
if
e.RepoBranch !=
""
{
Callers
1
RefreshFromFiles
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected