Stat returns the info for an active or committed snapshot by name or key. Should be used for parent resolution, existence checks and to discern the kind of snapshot.
(ctx context.Context, key string)
| 260 | // Should be used for parent resolution, existence checks and to discern |
| 261 | // the kind of snapshot. |
| 262 | Stat(ctx context.Context, key string) (Info, error) |
| 263 | |
| 264 | // Update updates the info for a snapshot. |
| 265 | // |
no outgoing calls