| 621 | } |
| 622 | |
| 623 | int ImageCtx::test_flags(librados::snap_t in_snap_id, |
| 624 | uint64_t flags, bool *flags_set) const |
| 625 | { |
| 626 | std::shared_lock l{image_lock}; |
| 627 | return test_flags(in_snap_id, flags, image_lock, flags_set); |
| 628 | } |
| 629 | |
| 630 | int ImageCtx::test_flags(librados::snap_t in_snap_id, |
| 631 | uint64_t flags, |
no test coverage detected