MCPcopy Create free account
hub / github.com/comaps/comaps / PostMessage

Method PostMessage

libs/drape_frontend/message_acceptor.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void MessageAcceptor::PostMessage(drape_ptr<Message> && message, MessagePriority priority)
38{
39 m_messageQueue.PushMessage(std::move(message), priority);
40}
41
42void MessageAcceptor::CloseQueue()
43{

Callers

nothing calls this directly

Calls 1

PushMessageMethod · 0.80

Tested by

no test coverage detected