MCPcopy 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
319func (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

SetMethod · 0.65
MapMethod · 0.65
ValMethod · 0.65

Tested by

no test coverage detected