MetaSnapshot returns a freshly-allocated copy of the block's BlockMeta, safe to read concurrently with AppendTrace.
()
| 130 | // MetaSnapshot returns a freshly-allocated copy of the block's BlockMeta, |
| 131 | // safe to read concurrently with AppendTrace. |
| 132 | MetaSnapshot() *backend.BlockMeta |
| 133 | |
| 134 | // Flush writes any unbuffered data to disk. This method must be safe for concurrent use with read operations. |
| 135 | // Returns an error if the flush operation fails. |
no outgoing calls