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

Method Del

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

Source from the content-addressed store, hash-verified

230}
231
232func (s *SQL) Del() error {
233 return s.Set(nil)
234}
235
236func (s *SQL) Save(ctxUser, ctxMessage string) error {
237 return nil

Callers

nothing calls this directly

Calls 1

SetMethod · 0.95

Tested by

no test coverage detected