MCPcopy 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

26type QueueNode interface {
27 Next() interface{}
28 SetNext(next interface{})
29 Data() interface{}
30}
31

Callers 2

PullWithOutLockMethod · 0.95
PushWithoutLockMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected