MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / is_xpath_attribute

Function is_xpath_attribute

Source/ThirdParty/pugixml/pugixml.cpp:7607–7610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7605 }
7606
7607 inline bool is_xpath_attribute(const char_t* name)
7608 {
7609 return !(starts_with(name, PUGIXML_TEXT("xmlns")) && (name[5] == 0 || name[5] == ':'));
7610 }
7611
7612 struct xpath_variable_boolean: xpath_variable
7613 {

Callers 2

step_pushMethod · 0.85
eval_booleanMethod · 0.85

Calls 1

starts_withFunction · 0.85

Tested by

no test coverage detected