| 29 | void DjinniPerfBenchmarkImpl::argBinary(const std::vector<uint8_t>& /* b */) {} |
| 30 | |
| 31 | void DjinniPerfBenchmarkImpl::argDataRef(const ::djinni::DataRef& /* r */) {} |
| 32 | |
| 33 | void DjinniPerfBenchmarkImpl::argDataView(const ::djinni::DataView& /* d */) {} |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected