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

Method hint

include/Core/Exception.hpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 m_message += fmt::format(" Error: {}\n", errorMsg);
49 }
50 template <class... Args> void hint(Args&&... args)
51 {
52 const std::string hintMsg = fmt::format(std::forward<Args>(args)...);
53 m_message += fmt::format(" Hint: {}\n", hintMsg);
54 }
55 const char* what() const noexcept override;
56 Exception nest(const std::exception& exception)
57 {

Callers 15

NoSuchComponentMethod · 0.45
ResourceNotFoundMethod · 0.45
UnknownPackageMethod · 0.45
UnknownWorkspaceMethod · 0.45
UnknownInputActionMethod · 0.45
UnknownInputButtonMethod · 0.45

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected