| 38 | } |
| 39 | |
| 40 | void EngineContext::Flush(TMapShapes && shapes) |
| 41 | { |
| 42 | PostMessage(make_unique_dp<MapShapeReadedMessage>(m_tileKey, std::move(shapes))); |
| 43 | } |
| 44 | |
| 45 | void EngineContext::FlushOverlays(TMapShapes && shapes) |
| 46 | { |
no outgoing calls
no test coverage detected