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

Method check_cpp_token

test-suite/generated-src/wasm/NativeTestHelpers.cpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189}
190void NativeTestHelpers::check_cpp_token(const em::val& w_t) {
191 try {
192 ::testsuite::TestHelpers::check_cpp_token(::djinni_generated::NativeUserToken::toCpp(w_t));
193 }
194 catch(const std::exception& e) {
195 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
196 }
197}
198int64_t NativeTestHelpers::cpp_token_id(const em::val& w_t) {
199 try {
200 auto r = ::testsuite::TestHelpers::cpp_token_id(::djinni_generated::NativeUserToken::toCpp(w_t));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected