Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ Set
Method
Set
common/config/sql/sql.go:319–326 ·
view source on GitHub ↗
(value interface{})
Source
from the content-addressed store, hash-verified
317
}
318
319
func
(w *wrappedConfig) Set(value
interface
{}) error {
320
err := w.Values.Set(value)
321
if
err != nil {
322
return
err
323
}
324
325
return
w.s.Set(w.Values.Val(
"#"
).Map())
326
}
Callers
nothing calls this directly
Calls
3
Set
Method · 0.65
Map
Method · 0.65
Val
Method · 0.65
Tested by
no test coverage detected