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

Method String

ent/task/task.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected