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

Method String

ent/node/node.go:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131)
132
133func (_type Type) String() string {
134 return string(_type)
135}
136
137// TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.
138func TypeValidator(_type Type) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected