Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
sptr<Atom> RowAtom::getFirstAtom() {
404
if (!_elements.empty()) return _elements.front();
405
return nullptr;
406
}
407
408
sptr<Atom> RowAtom::popLastAtom() {
409
if (!_elements.empty()) {
Callers
1
createBox
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected