MCPcopy Create free account
hub / github.com/FidoProject/Fido / TrackerHasName

Class TrackerHasName

tests/catch.h:5545–5552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5543 Failed
5544 };
5545 class TrackerHasName {
5546 std::string m_name;
5547 public:
5548 TrackerHasName( std::string const& name ) : m_name( name ) {}
5549 bool operator ()( Ptr<ITracker> const& tracker ) {
5550 return tracker->name() == m_name;
5551 }
5552 };
5553 typedef std::vector<Ptr<ITracker> > Children;
5554 std::string m_name;
5555 TrackerContext& m_ctx;

Callers 1

findChildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected