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

Method sendMutableData

test-suite/generated-src/wasm/NativeDataRefTest.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40}
41void NativeDataRefTest::sendMutableData(const CppType& self, const em::val& w_data) {
42 try {
43 self->sendMutableData(::djinni::NativeDataRef::toCpp(w_data));
44 }
45 catch(const std::exception& e) {
46 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
47 }
48}
49em::val NativeDataRefTest::generateData(const CppType& self) {
50 try {
51 auto r = self->generateData();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected