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

Method Close

common/config/sql/sql.go:259–261  ·  view source on GitHub ↗
(_ context.Context)

Source from the content-addressed store, hash-verified

257func (s *SQL) As(out any) bool { return false }
258
259func (s *SQL) Close(_ context.Context) error {
260 return nil
261}
262
263func (s *SQL) Done() <-chan struct{} {
264 // Never returns

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected