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

Method cppProxyMethods

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

Source from the content-addressed store, hash-verified

7namespace djinni_generated {
8
9em::val NativeEnumUsageInterface::cppProxyMethods() {
10 static const em::val methods = em::val::array(std::vector<std::string> {
11 "e",
12 "o",
13 "l",
14 "s",
15 "m",
16 });
17 return methods;
18}
19
20int32_t NativeEnumUsageInterface::e(const CppType& self, int32_t w_e) {
21 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected