MCPcopy Create free account
hub / github.com/Snapchat/djinni / argArrayRecord

Method argArrayRecord

perftest/handwritten-src/cpp/DjinniPerfBenchmarkImpl.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47void DjinniPerfBenchmarkImpl::argListRecord(const std::vector<RecordSixInt>& /* l */) {}
48
49void DjinniPerfBenchmarkImpl::argArrayRecord(const std::vector<RecordSixInt>& /* a */) {}
50
51int64_t DjinniPerfBenchmarkImpl::returnInt(int64_t value) {
52 return value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected