| 75 | |
| 76 | template <Path CompiledPaths> |
| 77 | Path GetPathToTake() { |
| 78 | last_taken_path = |
| 79 | GetMostSignificantPath(CompiledPaths & GetRuntimeEnabledPaths()); |
| 80 | return last_taken_path; |
| 81 | } |
| 82 | |
| 83 | void SetRuntimeEnabledPaths(Path paths); |
| 84 | Path GetRuntimeEnabledPaths(); |
nothing calls this directly
no test coverage detected