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

Function EMSCRIPTEN_BINDINGS

test-suite/generated-src/wasm/NativeTestArray.cpp:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52EMSCRIPTEN_BINDINGS(testsuite_test_array) {
53 ::djinni::DjinniClass_<::testsuite::TestArray>("testsuite_TestArray", "testsuite.TestArray")
54 .smart_ptr<std::shared_ptr<::testsuite::TestArray>>("testsuite_TestArray")
55 .function("nativeDestroy", &NativeTestArray::nativeDestroy)
56 .class_function("testStringArray", NativeTestArray::testStringArray)
57 .class_function("testIntArray", NativeTestArray::testIntArray)
58 .class_function("testRecordArray", NativeTestArray::testRecordArray)
59 .class_function("testArrayOfArray", NativeTestArray::testArrayOfArray)
60 ;
61}
62
63} // namespace djinni_generated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected