MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / NewNodeClient

Function NewNodeClient

inventory/node.go:37–41  ·  view source on GitHub ↗
(client *ent.Client)

Source from the content-addressed store, hash-verified

35)
36
37func NewNodeClient(client *ent.Client) NodeClient {
38 return &nodeClient{
39 client: client,
40 }
41}
42
43type nodeClient struct {
44 client *ent.Client

Callers 1

NodeClientMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected