MCPcopy
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
122func (r remoteContextImpl) GetData() interface{} {
123 if r.parent != nil {
124 return r.parent.GetData()
125 }
126 return nil
127}
128
129func (r remoteContextImpl) SetProgress(current int, total int) {
130 if r.parent != nil {

Callers

nothing calls this directly

Calls 1

GetDataMethod · 0.65

Tested by

no test coverage detected