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

Method String

ent/node/node.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108)
109
110func (s Status) String() string {
111 return string(s)
112}
113
114// StatusValidator is a validator for the "status" field enum values. It is called by the builders before save.
115func StatusValidator(s Status) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected