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

Method Done

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

Source from the content-addressed store, hash-verified

261}
262
263func (s *SQL) Done() <-chan struct{} {
264 // Never returns
265 return nil
266}
267
268func (s *SQL) Lock() {
269}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected