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

Method get

Tools/EditorFramework/pugixml.cpp:5333–5338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5331 }
5332
5333 PUGI__FN const char_t* xml_text::get() const
5334 {
5335 xml_node_struct* d = _data();
5336
5337 return (d && d->value) ? d->value : PUGIXML_TEXT("");
5338 }
5339
5340 PUGI__FN const char_t* xml_text::as_string(const char_t* def) const
5341 {

Callers 5

parseColour1Method · 0.45
parseColour2Method · 0.45
parseColour3Method · 0.45
pugixml.cppFile · 0.45
initialiseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected