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

Function fileNameTag

external/catch.hpp:16822–16829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16820 }
16821
16822 std::string fileNameTag(const std::vector<std::string> &tags) {
16823 auto it = std::find_if(begin(tags),
16824 end(tags),
16825 [] (std::string const& tag) {return tag.front() == '#'; });
16826 if (it != tags.end())
16827 return it->substr(1);
16828 return std::string();
16829 }
16830 } // anonymous namespace
16831
16832 JunitReporter::JunitReporter( ReporterConfig const& _config )

Callers 1

writeTestCaseMethod · 0.85

Calls 2

substrMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected