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

Method Next

backend/helpers/pluginhelper/api/queue.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// QueueNode represents a node in the queue
26type QueueNode interface {
27 Next() interface{}
28 SetNext(next interface{})
29 Data() interface{}
30}

Callers 9

PullWithOutLockMethod · 0.95
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
HasNextMethod · 0.65
TransformColumnsFunction · 0.65
CopyTableColumnsFunction · 0.65
CreateSnapshotMethod · 0.65

Implementers 2

QueueIteratorNodebackend/helpers/pluginhelper/api/queue
ListBaseNodebackend/helpers/pluginhelper/api/list.

Calls

no outgoing calls

Tested by

no test coverage detected