| 35 | return _storage.size(); |
| 36 | } |
| 37 | uint8_t* mutableBuf() override { |
| 38 | return _storage.data(); |
| 39 | } |
| 40 | |
| 41 | PlatformObject platformObj() const override { |
| 42 | return nullptr; // should not be called, as there's no translation |
nothing calls this directly
no outgoing calls
no test coverage detected