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

Method SetProgressCallback

libs/routing/routing_session.cpp:729–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void RoutingSession::SetProgressCallback(ProgressCallback const & progressCallback)
730{
731 CHECK_THREAD_CHECKER(m_threadChecker, ());
732 m_progressCallback = progressCallback;
733}
734
735void RoutingSession::SetCheckpointCallback(CheckpointCallback const & checkpointCallback)
736{

Callers 2

RouterDelegateProxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected