| 39 | } |
| 40 | |
| 41 | PlatformObject platformObj() const override { |
| 42 | return nullptr; // should not be called, as there's no translation |
| 43 | } |
| 44 | |
| 45 | private: |
| 46 | std::vector<uint8_t> _storage; |
nothing calls this directly
no outgoing calls
no test coverage detected