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

Function EMSCRIPTEN_BINDINGS

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

Source from the content-addressed store, hash-verified

12}
13
14EMSCRIPTEN_BINDINGS(snapchat_djinni_benchmark_ObjectPlatform) {
15 em::class_<::snapchat::djinni::benchmark::ObjectPlatform>("benchmark_ObjectPlatform")
16 .smart_ptr<std::shared_ptr<::snapchat::djinni::benchmark::ObjectPlatform>>("benchmark_ObjectPlatform")
17 .function("nativeDestroy", &NativeObjectPlatform::nativeDestroy)
18 ;
19}
20
21} // namespace djinni_generated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected