MCPcopy Create free account
hub / github.com/NativeScript/android / unreachable

Function unreachable

test-app/runtime/src/main/cpp/ada/ada.h:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344namespace ada {
345[[noreturn]] inline void unreachable() {
346#ifdef __GNUC__
347 __builtin_unreachable();
348#elif defined(_MSC_VER)
349 __assume(false);
350#else
351#endif
352}
353} // namespace ada
354
355// Unless the programmer has already set ADA_DEVELOPMENT_CHECKS,

Callers 5

to_stringFunction · 0.85
change_stateMethod · 0.85
parseMethod · 0.85
string_view to_stringMethod · 0.85
parse_url_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected