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