| 517 | const byte *data() const { return storage.begin(); }; |
| 518 | const byte *end() const { return storage.end(); } |
| 519 | bool hasData() const { return !storage.empty(); } |
| 520 | size_t size() const { return storage.size(); } |
| 521 | }; |
| 522 |
no test coverage detected