MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / PrintTo

Function PrintTo

FileFilterTest/PathMatcherTest.cpp:34–37  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

32 {
33 //---------------------------------------------------------------------
34 void PrintTo(const path& path, ::std::ostream* os) {
35 if (os)
36 *os << path.string();
37 }
38 }
39}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected