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

Method ListNodes

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

ListNodes returns the nodes with pagination.

(ctx context.Context, args *ListNodeParameters)

Source from the content-addressed store, hash-verified

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.
19 GetNodeById(ctx context.Context, id int) (*ent.Node, error)
20 // GetNodeByIds returns the nodes by ids.

Callers 1

NodesMethod · 0.65

Implementers 1

nodeClientinventory/node.go

Calls

no outgoing calls

Tested by

no test coverage detected