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

Method argArrayRecord

perftest/generated-src/wasm/NativeDjinniPerfBenchmark.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157}
158void NativeDjinniPerfBenchmark::argArrayRecord(const CppType& self, const em::val& w_a) {
159 try {
160 self->argArrayRecord(::djinni::List<::djinni_generated::NativeRecordSixInt>::toCpp(w_a));
161 }
162 catch(const std::exception& e) {
163 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
164 }
165}
166int64_t NativeDjinniPerfBenchmark::returnInt(const CppType& self, int64_t w_i) {
167 try {
168 auto r = self->returnInt(::djinni::I64::toCpp(w_i));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected