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

Method cppProxyMethods

examples/generated-src/wasm/NativeSortItems.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace djinni_generated {
10
11em::val NativeSortItems::cppProxyMethods() {
12 static const em::val methods = em::val::array(std::vector<std::string> {
13 "sort",
14 });
15 return methods;
16}
17
18void NativeSortItems::sort(const CppType& self, int32_t w_order,const em::val& w_items) {
19 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected