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

Method cppProxyMethods

test-suite/generated-src/wasm/NativeSampleInterface.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace djinni_generated {
7
8em::val NativeSampleInterface::cppProxyMethods() {
9 static const em::val methods = em::val::array(std::vector<std::string> {
10 });
11 return methods;
12}
13
14
15EMSCRIPTEN_BINDINGS(testsuite_sample_interface) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected