MCPcopy Index your code
hub / github.com/apache/devlake / NewQueueIteratorNode

Function NewQueueIteratorNode

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

NewQueueIteratorNode creates a new QueueIteratorNode

(data interface{})

Source from the content-addressed store, hash-verified

209
210// NewQueueIteratorNode creates a new QueueIteratorNode
211func NewQueueIteratorNode(data interface{}) *QueueIteratorNode {
212 return &QueueIteratorNode{
213 data: data,
214 }
215}

Callers 2

TestQueueFunction · 0.85
PushMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestQueueFunction · 0.68