@returns a mutable byte pointer to the object's data.
| 137 | |
| 138 | /// @returns a mutable byte pointer to the object's data. |
| 139 | byte* data() { return m_data.data(); } |
| 140 | |
| 141 | /// @returns a constant byte pointer to the object's data. |
| 142 | byte const* data() const { return m_data.data(); } |
no outgoing calls
no test coverage detected