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

Method what

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

Source from the content-addressed store, hash-verified

2872 explicit bad_expected_access(E e) : m_val(std::move(e)) {}
2873
2874 virtual const char *what() const noexcept override {
2875 return "Bad expected access";
2876 }
2877
2878 const E &error() const & { return m_val; }
2879 E &error() & { return m_val; }

Callers 10

assertCallbackMethod · 0.45
errorCallbackMethod · 0.45
infoCallbackMethod · 0.45
logCallbackMethod · 0.45
warnCallbackMethod · 0.45
dirCallbackMethod · 0.45
traceCallbackMethod · 0.45
timeCallbackMethod · 0.45
timeEndCallbackMethod · 0.45
create_instanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected