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

Method argArrayInt

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

Source from the content-addressed store, hash-verified

124 }
125}
126void NativeDjinniPerfBenchmark::argArrayInt(const CppType& self, const em::val& w_v) {
127 try {
128 self->argArrayInt(::djinni::Array<::djinni::I64>::toCpp(w_v));
129 }
130 catch(const std::exception& e) {
131 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
132 }
133}
134void NativeDjinniPerfBenchmark::argObject(const CppType& self, const em::val& w_c) {
135 try {
136 self->argObject(::djinni_generated::NativeObjectPlatform::toCpp(w_c));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected