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

Method cppProxyMethods

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected