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

Function EMSCRIPTEN_BINDINGS

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

Source from the content-addressed store, hash-verified

44}
45
46EMSCRIPTEN_BINDINGS(textsort_sort_items) {
47 em::class_<::textsort::SortItems>("SortItems")
48 .smart_ptr<std::shared_ptr<::textsort::SortItems>>("SortItems")
49 .function("nativeDestroy", &NativeSortItems::nativeDestroy)
50 .function("sort", NativeSortItems::sort)
51 .class_function("createWithListener", NativeSortItems::create_with_listener)
52 .class_function("runSort", NativeSortItems::run_sort)
53 ;
54}
55
56} // namespace djinni_generated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected