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

Method Context

common/config/sql/sql.go:160–162  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

158}
159
160func (s *SQL) Context(ctx context.Context) kv.Values {
161 return s.config.Context(ctx)
162}
163
164func (s *SQL) Options() *kv.Options {
165 return s.config.Options()

Callers

nothing calls this directly

Calls 1

ContextMethod · 0.65

Tested by

no test coverage detected