MCPcopy Create free account
hub / github.com/MethanePowered/MethaneKit / Alert

Method Alert

Modules/Platform/App/Sources/Methane/Platform/AppBase.cpp:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void AppBase::Alert(const Message& msg, bool deferred)
243{
244 META_FUNCTION_TASK();
245 if (!deferred)
246 return;
247
248 m_deferred_message_ptr.reset(new Message(msg));
249}
250
251void AppBase::ShowAlert(const Message&)
252{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected