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

Function EMSCRIPTEN_BINDINGS

test-suite/generated-src/wasm/NativeUserToken.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31EMSCRIPTEN_BINDINGS(testsuite_user_token) {
32 ::djinni::DjinniClass_<::testsuite::UserToken>("testsuite_UserToken", "testsuite.UserToken")
33 .smart_ptr<std::shared_ptr<::testsuite::UserToken>>("testsuite_UserToken")
34 .function("nativeDestroy", &NativeUserToken::nativeDestroy)
35 .function("whoami", NativeUserToken::whoami)
36 ;
37}
38
39} // namespace djinni_generated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected