| 23 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; |
| 24 | |
| 25 | std::string as_string(const void *data, size_t size) { return std::string(static_cast<const char *>(data), size); } |
| 26 | |
| 27 | BinaryArray as_binary_array(const std::string &data) { |
| 28 | auto data_ptr = reinterpret_cast<const uint8_t *>(data.data()); |
no outgoing calls
no test coverage detected