MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / initialNewline

Function initialNewline

src/openms/source/CONCEPT/ClassTest.cpp:215–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void
216 initialNewline()
217 {
218 if (!newline)
219 {
220 newline = true;
221 std::cout << std::endl;
222 }
223 return;
224 }
225
226 void
227 printWithPrefix(const std::string& text, const int marked)

Callers 10

filesEqualFunction · 0.85
setWhitelistFunction · 0.85
testRealSimilarFunction · 0.85
testStringEqualFunction · 0.85
testStringSimilarFunction · 0.85
printLastExceptionFunction · 0.85
testEqualFunction · 0.85
testTrueFunction · 0.85
testFalseFunction · 0.85
testNotEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected