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

Function shouldRunHeavySupportToolsTests

Tests/Tools/ToolsTest.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23static bool writeBuildHelpAddendumToString(Build::Action::Type actionType, String& text)
24{
25 GrowableBuffer<String> growable(text);
26 StringFormatOutput output(StringEncoding::Utf8, growable);
27 const bool result = Tools::detail::appendBuildActionHelpAddendum(output, actionType);
28 growable.finalize();
29 return result;
30}
31
32static bool shouldRunHeavySupportToolsTests()

Callers 1

SupportToolsTestMethod · 0.85

Calls 2

getMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected