MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / ListActiveNodes

Method ListActiveNodes

inventory/node.go:15–15  ·  view source on GitHub ↗

ListActiveNodes returns the active nodes.

(ctx context.Context, subset []int)

Source from the content-addressed store, hash-verified

13 TxOperator
14 // ListActiveNodes returns the active nodes.
15 ListActiveNodes(ctx context.Context, subset []int) ([]*ent.Node, error)
16 // ListNodes returns the nodes with pagination.
17 ListNodes(ctx context.Context, args *ListNodeParameters) (*ListNodeResult, error)
18 // GetNodeById returns the node by id.

Callers 2

ListTasksMethod · 0.65
NewNodePoolFunction · 0.65

Implementers 1

nodeClientinventory/node.go

Calls

no outgoing calls

Tested by

no test coverage detected