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

Method getFirstAtom

src/atom/atom_basic.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403sptr<Atom> RowAtom::getFirstAtom() {
404 if (!_elements.empty()) return _elements.front();
405 return nullptr;
406}
407
408sptr<Atom> RowAtom::popLastAtom() {
409 if (!_elements.empty()) {

Callers 1

createBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected