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

Method GetNodeByIds

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

GetNodeByIds returns the nodes by ids.

(ctx context.Context, ids []int)

Source from the content-addressed store, hash-verified

19 GetNodeById(ctx context.Context, id int) (*ent.Node, error)
20 // GetNodeByIds returns the nodes by ids.
21 GetNodeByIds(ctx context.Context, ids []int) ([]*ent.Node, error)
22 // Upsert upserts a node.
23 Upsert(ctx context.Context, n *ent.Node) (*ent.Node, error)
24 // Delete deletes a node.

Callers 1

TasksMethod · 0.65

Implementers 1

nodeClientinventory/node.go

Calls

no outgoing calls

Tested by

no test coverage detected