Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
func
(s *SQL) Key() []string {
169
return
s.config.Key()
170
}
171
172
func
(s *SQL) Default(def any) kv.Values {
173
return
s.config.Default(def)
Callers
nothing calls this directly
Calls
1
Key
Method · 0.65
Tested by
no test coverage detected