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

Method Save

common/config/sql/sql.go:236–238  ·  view source on GitHub ↗
(ctxUser, ctxMessage string)

Source from the content-addressed store, hash-verified

234}
235
236func (s *SQL) Save(ctxUser, ctxMessage string) error {
237 return nil
238}
239
240func (s *SQL) Watch(oo ...watch.WatchOption) (watch.Receiver, error) {
241 opts := &watch.WatchOptions{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected