* Construct a helper for evaluating the state of dependencies. * * @param dt Dependency type to check for within the individual methods. */
| 13 | * @param dt Dependency type to check for within the individual methods. |
| 14 | */ |
| 15 | DependencyStateChecker::DependencyStateChecker(DependencyType dt) |
| 16 | : m_DependencyType(dt) |
| 17 | { |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Checks whether a given checkable is currently reachable. |
nothing calls this directly
no outgoing calls
no test coverage detected