MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / getLeftType

Method getLeftType

src/atom/atom_basic.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441int RowAtom::getLeftType() const {
442 if (_elements.empty()) return TYPE_ORDINARY;
443 return _elements.front()->getLeftType();
444}
445
446int RowAtom::getRightType() const {
447 if (_elements.empty()) return TYPE_ORDINARY;

Callers 2

change2OrdMethod · 0.45
createBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected