Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/filebrowser/filebrowser
/ Value
Method
Value
http/preview_enum.go:98–100 ·
view source on GitHub ↗
Value implements the driver Valuer interface.
()
Source
from the content-addressed store, hash-verified
96
97
// Value implements the driver Valuer interface.
98
func
(x PreviewSize) Value() (driver.Value, error) {
99
return
x.String(), nil
100
}
Callers
1
GetLength
Method · 0.45
Calls
1
String
Method · 0.95
Tested by
no test coverage detected