MCPcopy Create free account
hub / github.com/assimp/assimp / top

Method top

contrib/openddlparser/code/OpenDDLParser.cpp:459–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459DDLNode *OpenDDLParser::top() {
460 if (m_stack.empty()) {
461 return nullptr;
462 }
463
464 DDLNode *top = m_stack.back();
465 return top;
466}
467
468DDLNode *OpenDDLParser::getRoot() const {
469 if (nullptr == m_context) {

Callers 6

PopScanbeamMethod · 0.45
createDDLNodeFunction · 0.45
frontMethod · 0.45
frontMethod · 0.45
DecodeInternalMethod · 0.45
EncodeInternalMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected