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

Method cppProxyMethods

perftest/generated-src/wasm/NativeDjinniPerfBenchmark.cpp:14–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace djinni_generated {
13
14em::val NativeDjinniPerfBenchmark::cppProxyMethods() {
15 static const em::val methods = em::val::array(std::vector<std::string> {
16 "cppTests",
17 "baseline",
18 "argString",
19 "argBinary",
20 "argDataRef",
21 "argDataView",
22 "argEnumSixValue",
23 "argRecordSixInt",
24 "argListInt",
25 "argArrayInt",
26 "argObject",
27 "argListObject",
28 "argListRecord",
29 "argArrayRecord",
30 "returnInt",
31 "returnString",
32 "returnBinary",
33 "returnObject",
34 "returnListInt",
35 "returnArrayInt",
36 "returnListObject",
37 "returnListRecord",
38 "returnArrayRecord",
39 "roundTripString",
40 });
41 return methods;
42}
43
44em::val NativeDjinniPerfBenchmark::getInstance() {
45 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected