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

Method getRootNode

Source/ThirdParty/assimp/XmlParser.h:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327template <class TNodeType>
328const TNodeType TXmlParser<TNodeType>::getRootNode() const {
329 static pugi::xml_node none;
330 if (nullptr == mDoc) {
331 return none;
332 }
333 return mDoc->root();
334}
335
336template <class TNodeType>
337TNodeType TXmlParser<TNodeType>::getRootNode() {

Callers

nothing calls this directly

Calls 1

rootMethod · 0.80

Tested by

no test coverage detected