MCPcopy Create free account
hub / github.com/pydio/cells / Key

Method Key

common/config/sql/sql.go:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168func (s *SQL) Key() []string {
169 return s.config.Key()
170}
171
172func (s *SQL) Default(def any) kv.Values {
173 return s.config.Default(def)

Callers

nothing calls this directly

Calls 1

KeyMethod · 0.65

Tested by

no test coverage detected