Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ Default
Method
Default
common/config/sql/sql.go:172–174 ·
view source on GitHub ↗
(def any)
Source
from the content-addressed store, hash-verified
170
}
171
172
func
(s *SQL) Default(def any) kv.Values {
173
return
s.config.Default(def)
174
}
175
176
func
(s *SQL) Val(path ...string) kv.Values {
177
if
s.config == nil {
Callers
nothing calls this directly
Calls
1
Default
Method · 0.65
Tested by
no test coverage detected