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

Method CloseEx

store_api.go:301–306  ·  view source on GitHub ↗

CloseEx provides more advanced closing options.

(options StoreCloseExOptions)

Source from the content-addressed store, hash-verified

299
300// CloseEx provides more advanced closing options.
301func (s *Store) CloseEx(options StoreCloseExOptions) error {
302 if options.Abort {
303 close(s.abortCh)
304 }
305 return s.Close()
306}
307
308// IsAborted returns whether the store operations are aborted.
309func (s *Store) IsAborted() bool {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.95

Tested by

no test coverage detected