Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudreve/cloudreve
/ nodeBase
Struct
nodeBase
pkg/cluster/node.go:341–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
type
nodeBase
struct
{
342
model *ent.Node
343
}
344
345
func
(b *nodeBase) ID() int {
346
return
b.model.ID
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected