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

Method argDataView

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

Source from the content-addressed store, hash-verified

92 }
93}
94void NativeDjinniPerfBenchmark::argDataView(const CppType& self, const em::val& w_d) {
95 try {
96 self->argDataView(::djinni::NativeDataView::toCpp(w_d));
97 }
98 catch(const std::exception& e) {
99 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
100 }
101}
102void NativeDjinniPerfBenchmark::argEnumSixValue(const CppType& self, int32_t w_e) {
103 try {
104 self->argEnumSixValue(::djinni_generated::NativeEnumSixValue::toCpp(w_e));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected