MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / what

Method what

include/Core/Exception.hpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 };
64
65 inline const char* Exception::what() const noexcept
66 {
67 return m_message.c_str();
68 }
69}

Callers 12

mainFunction · 0.45
PluginMethod · 0.45
LoadMountFileMethod · 0.45
Loaders.cppFile · 0.45
lua_exception_handlerFunction · 0.45
~EngineMethod · 0.45
runMethod · 0.45
loadMethod · 0.45
updateMethod · 0.45
makeCallbackFunction · 0.45
executeMethod · 0.45
nestMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected