| 27 | void DjinniPerfBenchmarkImpl::argString(const std::string& /* s */) {} |
| 28 | |
| 29 | void DjinniPerfBenchmarkImpl::argBinary(const std::vector<uint8_t>& /* b */) {} |
| 30 | |
| 31 | void DjinniPerfBenchmarkImpl::argDataRef(const ::djinni::DataRef& /* r */) {} |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected