MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / message

Method message

system/lib/libcxx/src/system_error.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226} // namespace
227
228string __do_message::message(int ev) const {
229#if !_LIBCPP_HAS_THREADS
230 return string(::strerror(ev));
231#else
232 return do_strerror_r(ev);
233#endif
234}
235
236class _LIBCPP_HIDDEN __generic_error_category : public __do_message {
237public:

Callers 1

make_error_strFunction · 0.45

Calls 4

strerrorFunction · 0.85
do_strerror_rFunction · 0.85
messageFunction · 0.85
stringFunction · 0.50

Tested by

no test coverage detected