MCPcopy
hub / github.com/filebrowser/filebrowser / String

Method String

http/preview_enum.go:39–44  ·  view source on GitHub ↗

String implements the Stringer interface.

()

Source from the content-addressed store, hash-verified

37
38// String implements the Stringer interface.
39func (x PreviewSize) String() string {
40 if str, ok := _PreviewSizeMap[x]; ok {
41 return str
42 }
43 return fmt.Sprintf("PreviewSize(%d)", x)
44}
45
46var _PreviewSizeValue = map[string]PreviewSize{
47 _PreviewSizeName[0:5]: 0,

Calls

no outgoing calls