Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
func
NewNodeClient(client *ent.Client) NodeClient {
38
return
&nodeClient{
39
client: client,
40
}
41
}
42
43
type
nodeClient
struct
{
44
client *ent.Client
Callers
1
NodeClient
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected