MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / metaForLine

Method metaForLine

src/editor.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710const LineMeta* RcxEditor::metaForLine(int line) const {
711 if (line >= 0 && line < m_meta.size())
712 return &m_meta[line];
713 return nullptr;
714}
715
716int RcxEditor::currentNodeIndex() const {
717 int line, col;

Calls 1

sizeMethod · 0.45