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

Method check_enum_map

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

Source from the content-addressed store, hash-verified

154 }
155}
156void NativeTestHelpers::check_enum_map(const em::val& w_m) {
157 try {
158 ::testsuite::TestHelpers::check_enum_map(::djinni::Map<::djinni_generated::NativeColor, ::djinni::String>::toCpp(w_m));
159 }
160 catch(const std::exception& e) {
161 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
162 }
163}
164void NativeTestHelpers::check_enum(int32_t w_c) {
165 try {
166 ::testsuite::TestHelpers::check_enum(::djinni_generated::NativeColor::toCpp(w_c));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected