MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / writeBuildHelpAddendumToString

Function writeBuildHelpAddendumToString

Tests/Tools/ToolsTest.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SupportToolsTestMethod · 0.70

Calls 1

finalizeMethod · 0.45

Tested by

no test coverage detected