MCPcopy
hub / github.com/apache/devlake / QueueIteratorNode

Struct QueueIteratorNode

backend/helpers/pluginhelper/api/queue.go:183–186  ·  view source on GitHub ↗

QueueIteratorNode implements the api.Iterator interface with ability to accept new item when being iterated

Source from the content-addressed store, hash-verified

181
182// QueueIteratorNode implements the api.Iterator interface with ability to accept new item when being iterated
183type QueueIteratorNode struct {
184 next QueueNode
185 data interface{}
186}
187
188// Next return the next node
189func (q *QueueIteratorNode) Next() interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected