MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / fileNameTag

Function fileNameTag

tests/catch.hpp:13738–13745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13736 }
13737
13738 std::string fileNameTag(const std::vector<std::string> &tags) {
13739 auto it = std::find_if(begin(tags),
13740 end(tags),
13741 [] (std::string const& tag) {return tag.front() == '#'; });
13742 if (it != tags.end())
13743 return it->substr(1);
13744 return std::string();
13745 }
13746 } // anonymous namespace
13747
13748 JunitReporter::JunitReporter( ReporterConfig const& _config )

Callers 1

writeTestCaseMethod · 0.85

Calls 2

substrMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected