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

Function isReservedTag

tutorials/external/catch.hpp:11654–11656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11652 return TestCaseInfo::None;
11653 }
11654 bool isReservedTag( std::string const& tag ) {
11655 return parseSpecialTag( tag ) == TestCaseInfo::None && tag.size() > 0 && !std::isalnum( static_cast<unsigned char>(tag[0]) );
11656 }
11657 void enforceNotReservedTag( std::string const& tag, SourceLineInfo const& _lineInfo ) {
11658 CATCH_ENFORCE( !isReservedTag(tag),
11659 "Tag name: [" << tag << "] is not allowed.\n"

Callers 1

enforceNotReservedTagFunction · 0.85

Calls 2

parseSpecialTagFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected