Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/devlake
/ GetData
Method
GetData
backend/server/services/remote/bridge/context.go:122–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
(r remoteContextImpl) GetData()
interface
{} {
123
if
r.parent != nil {
124
return
r.parent.GetData()
125
}
126
return
nil
127
}
128
129
func
(r remoteContextImpl) SetProgress(current int, total int) {
130
if
r.parent != nil {
Callers
nothing calls this directly
Calls
1
GetData
Method · 0.65
Tested by
no test coverage detected