Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
type
QueueNode
interface
{
27
Next()
interface
{}
28
SetNext(next
interface
{})
29
Data()
interface
{}
30
}
Callers
9
PullWithOutLock
Method · 0.95
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
HasNext
Method · 0.65
TransformColumns
Function · 0.65
CopyTableColumns
Function · 0.65
CreateSnapshot
Method · 0.65
Implementers
2
QueueIteratorNode
backend/helpers/pluginhelper/api/queue
ListBaseNode
backend/helpers/pluginhelper/api/list.
Calls
no outgoing calls
Tested by
no test coverage detected