MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / LoopAll

Method LoopAll

internal/utils/agents/manager.go:117–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (this *Manager) LoopAll() error {
118 for {
119 hasNext, err := this.Loop()
120 if err != nil {
121 return err
122 }
123 if !hasNext {
124 break
125 }
126 }
127 return nil
128}
129
130// Loop 单次循环获取数据
131func (this *Manager) Loop() (hasNext bool, err error) {

Callers 1

StartMethod · 0.95

Calls 1

LoopMethod · 0.95

Tested by

no test coverage detected