Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
710
const LineMeta* RcxEditor::metaForLine(int line) const {
711
if (line >= 0 && line < m_meta.size())
712
return &m_meta[line];
713
return nullptr;
714
}
715
716
int RcxEditor::currentNodeIndex() const {
717
int line, col;
Callers
15
handleMarginClick
Method · 0.80
testCommandRowLineRejectsEdits
Method · 0.80
testHeaderLineEdit
Method · 0.80
testColumnSpanHitTest
Method · 0.80
testSelectedNodeIndices
Method · 0.80
testBaseAddressDisplay
Method · 0.80
testBaseAddressSpan
Method · 0.80
testPaddingLineRejectsValueEdit
Method · 0.80
testPaddingLineRejectsValueSpan
Method · 0.80
testValueEditCommitUpdatesSignal
Method · 0.80
testCursorShapeOverText
Method · 0.80
testCursorShapeOverType
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
15
testCommandRowLineRejectsEdits
Method · 0.64
testHeaderLineEdit
Method · 0.64
testColumnSpanHitTest
Method · 0.64
testSelectedNodeIndices
Method · 0.64
testBaseAddressDisplay
Method · 0.64
testBaseAddressSpan
Method · 0.64
testPaddingLineRejectsValueEdit
Method · 0.64
testPaddingLineRejectsValueSpan
Method · 0.64
testValueEditCommitUpdatesSignal
Method · 0.64
testCursorShapeOverText
Method · 0.64
testCursorShapeOverType
Method · 0.64
testCursorShapeInFoldColumn
Method · 0.64