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

Method Name

pkg/cluster/node.go:349–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347}
348
349func (b *nodeBase) Name() string {
350 return b.model.Name
351}
352
353func (b *nodeBase) IsMaster() bool {
354 return b.model.Type == node.TypeMaster

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected