| 1102 | // FIXME: These functions need to be implemented properly at a later point |
| 1103 | void array::array_proxy::unlock() const {} |
| 1104 | void array::array_proxy::lock() const {} |
| 1105 | |
| 1106 | // NOLINTNEXTLINE(readability-convert-member-functions-to-static) |
| 1107 | bool array::array_proxy::isLocked() const { return false; } |
no test coverage detected