MCPcopy Create free account
hub / github.com/RenderKit/embree / fileNameTag

Function fileNameTag

tutorials/external/catch.hpp:14034–14041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14032 }
14033
14034 std::string fileNameTag(const std::vector<std::string> &tags) {
14035 auto it = std::find_if(begin(tags),
14036 end(tags),
14037 [] (std::string const& tag) {return tag.front() == '#'; });
14038 if (it != tags.end())
14039 return it->substr(1);
14040 return std::string();
14041 }
14042 } // anonymous namespace
14043
14044 JunitReporter::JunitReporter( ReporterConfig const& _config )

Callers 1

writeTestCaseMethod · 0.85

Calls 4

beginFunction · 0.85
endFunction · 0.85
substrMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected