| 47 | void DjinniPerfBenchmarkImpl::argListRecord(const std::vector<RecordSixInt>& /* l */) {} |
| 48 | |
| 49 | void DjinniPerfBenchmarkImpl::argArrayRecord(const std::vector<RecordSixInt>& /* a */) {} |
| 50 | |
| 51 | int64_t DjinniPerfBenchmarkImpl::returnInt(int64_t value) { |
| 52 | return value; |
nothing calls this directly
no outgoing calls
no test coverage detected