MCPcopy 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
172func (s *SQL) Default(def any) kv.Values {
173 return s.config.Default(def)
174}
175
176func (s *SQL) Val(path ...string) kv.Values {
177 if s.config == nil {

Callers

nothing calls this directly

Calls 1

DefaultMethod · 0.65

Tested by

no test coverage detected