Snapshot creates a Snapshot to access this Store
()
| 260 | |
| 261 | // Snapshot creates a Snapshot to access this Store |
| 262 | func (s *Store) Snapshot() (Snapshot, error) { |
| 263 | return s.snapshot() |
| 264 | } |
| 265 | |
| 266 | func (s *Store) snapshot() (*Footer, error) { |
| 267 | s.m.Lock() |