MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TrackerHasName

Class TrackerHasName

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4344–4350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4342 enum CycleState { NotStarted, Executing, ExecutingChildren, NeedsAnotherRun, CompletedSuccessfully, Failed };
4343
4344 class TrackerHasName {
4345 NameAndLocation m_nameAndLocation;
4346
4347 public:
4348 TrackerHasName(NameAndLocation const &nameAndLocation);
4349 bool operator()(ITrackerPtr const &tracker) const;
4350 };
4351
4352 using Children = std::vector<ITrackerPtr>;
4353 NameAndLocation m_nameAndLocation;

Callers 1

findChildMethod · 0.85

Calls

no outgoing calls

Tested by 1

findChildMethod · 0.68