MCPcopy 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
111func (r remoteContextImpl) GetName() string {
112 if r.parent != nil {
113 return r.parent.GetName()
114 }
115 return "default_remote"
116}
117
118func (r remoteContextImpl) GetContext() context.Context {
119 return r.ctx

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.65

Tested by

no test coverage detected