MCPcopy Create free account
hub / github.com/MyGUI/mygui / local_name

Function local_name

Tools/EditorFramework/pugixml.cpp:7200–7206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7198}
7199
7200PUGI__FN const char_t* local_name(const xpath_node& node)
7201{
7202 const char_t* name = qualified_name(node);
7203 const char_t* p = find_char(name, ':');
7204
7205 return p ? p + 1 : name;
7206}
7207
7208struct namespace_uri_predicate
7209{

Callers 1

eval_stringMethod · 0.70

Calls 2

qualified_nameFunction · 0.70
find_charFunction · 0.70

Tested by

no test coverage detected