| 8 | namespace djinni_generated { |
| 9 | |
| 10 | em::val NativeDataRefTest::cppProxyMethods() { |
| 11 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 12 | "sendData", |
| 13 | "retriveAsBin", |
| 14 | "sendMutableData", |
| 15 | "generateData", |
| 16 | "dataFromVec", |
| 17 | "dataFromStr", |
| 18 | "sendDataView", |
| 19 | "recvDataView", |
| 20 | }); |
| 21 | return methods; |
| 22 | } |
| 23 | |
| 24 | void NativeDataRefTest::sendData(const CppType& self, const em::val& w_data) { |
| 25 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected