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

Method cppProxyMethods

test-suite/generated-src/wasm/NativeVarnameInterface.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace djinni_generated {
8
9em::val NativeVarnameInterface::cppProxyMethods() {
10 static const em::val methods = em::val::array(std::vector<std::string> {
11 "Rmethod",
12 "Imethod",
13 });
14 return methods;
15}
16
17em::val NativeVarnameInterface::_rmethod_(const CppType& self, const em::val& w__r_arg_) {
18 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected