Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ GetName
Method
GetName
backend/server/services/remote/bridge/context.go:111–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(r remoteContextImpl) GetName() string {
112
if
r.parent != nil {
113
return
r.parent.GetName()
114
}
115
return
"default_remote"
116
}
117
118
func
(r remoteContextImpl) GetContext() context.Context {
119
return
r.ctx
Callers
nothing calls this directly
Calls
1
GetName
Method · 0.65
Tested by
no test coverage detected