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

Method cppProxyMethods

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

Source from the content-addressed store, hash-verified

8namespace djinni_generated {
9
10em::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
24void NativeDataRefTest::sendData(const CppType& self, const em::val& w_data) {
25 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected