| 13 | namespace SC |
| 14 | { |
| 15 | namespace Build |
| 16 | { |
| 17 | namespace detail |
| 18 | { |
| 19 | Result findTaskflowBenchmarks(const Parameters& parameters, String& root, bool& found); |
| 20 | } |
| 21 | } // namespace Build |
| 22 | |
| 23 | static bool writeBuildHelpAddendumToString(Build::Action::Type actionType, String& text) |
| 24 | { |
| 25 | GrowableBuffer<String> growable(text); |
no test coverage detected