Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ setCurrentTracker
Method
setCurrentTracker
compiler/cpp/tests/catch/catch.hpp:6054–6056 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6052
return *m_currentTracker;
6053
}
6054
void setCurrentTracker( ITracker* tracker ) {
6055
m_currentTracker = tracker;
6056
}
6057
};
6058
6059
class TrackerBase : public ITracker {
Callers
2
moveToParent
Method · 0.80
moveToThis
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected