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

Method cppProxyMethods

test-suite/generated-src/wasm/NativeExternInterface1.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace djinni_generated {
10
11em::val NativeExternInterface1::cppProxyMethods() {
12 static const em::val methods = em::val::array(std::vector<std::string> {
13 "foo",
14 "bar",
15 });
16 return methods;
17}
18
19em::val NativeExternInterface1::foo(const CppType& self, const em::val& w_i) {
20 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected