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

Method argListObject

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

Source from the content-addressed store, hash-verified

140 }
141}
142void NativeDjinniPerfBenchmark::argListObject(const CppType& self, const em::val& w_l) {
143 try {
144 self->argListObject(::djinni::List<::djinni_generated::NativeObjectPlatform>::toCpp(w_l));
145 }
146 catch(const std::exception& e) {
147 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
148 }
149}
150void NativeDjinniPerfBenchmark::argListRecord(const CppType& self, const em::val& w_l) {
151 try {
152 self->argListRecord(::djinni::List<::djinni_generated::NativeRecordSixInt>::toCpp(w_l));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected