MCPcopy
hub / github.com/apache/devlake / ListBaseNode

Struct ListBaseNode

backend/helpers/pluginhelper/api/list.go:21–23  ·  view source on GitHub ↗

ListBaseNode 'abstract' base struct for Nodes that are chained in a linked list manner

Source from the content-addressed store, hash-verified

19
20// ListBaseNode 'abstract' base struct for Nodes that are chained in a linked list manner
21type ListBaseNode struct {
22 next QueueNode
23}
24
25// Data returns data of the node
26func (l *ListBaseNode) Data() interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected