Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ SetNext
Method
SetNext
backend/helpers/pluginhelper/api/queue.go:28–28 ·
view source on GitHub ↗
(next interface{})
Source
from the content-addressed store, hash-verified
26
type
QueueNode
interface
{
27
Next()
interface
{}
28
SetNext(next
interface
{})
29
Data()
interface
{}
30
}
31
Callers
2
PullWithOutLock
Method · 0.95
PushWithoutLock
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