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

Method SessionGuard

libs/drape/batcher.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280SessionGuard::SessionGuard(ref_ptr<GraphicsContext> context, Batcher & batcher, Batcher::TFlushFn && flusher)
281 : m_context(context)
282 , m_batcher(batcher)
283{
284 m_batcher.StartSession(std::move(flusher));
285}
286
287SessionGuard::~SessionGuard()
288{

Callers

nothing calls this directly

Calls 1

StartSessionMethod · 0.80

Tested by

no test coverage detected