MCPcopy Create free account
hub / github.com/couchbase/moss / Options

Method Options

store_api.go:257–259  ·  view source on GitHub ↗

Options a copy of this Store's StoreOptions

()

Source from the content-addressed store, hash-verified

255
256// Options a copy of this Store's StoreOptions
257func (s *Store) Options() StoreOptions {
258 return *s.options // Copy.
259}
260
261// Snapshot creates a Snapshot to access this Store
262func (s *Store) Snapshot() (Snapshot, error) {

Callers 2

compactMaybeMethod · 0.95
persistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected