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

Method argDataRef

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

Source from the content-addressed store, hash-verified

84 }
85}
86void NativeDjinniPerfBenchmark::argDataRef(const CppType& self, const em::val& w_r) {
87 try {
88 self->argDataRef(::djinni::NativeDataRef::toCpp(w_r));
89 }
90 catch(const std::exception& e) {
91 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
92 }
93}
94void NativeDjinniPerfBenchmark::argDataView(const CppType& self, const em::val& w_d) {
95 try {
96 self->argDataView(::djinni::NativeDataView::toCpp(w_d));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected