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

Method typeSpan

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

Source from the content-addressed store, hash-verified

733// ── Column span computation ──
734
735ColumnSpan RcxEditor::typeSpan(const LineMeta& lm, int typeW) { return typeSpanFor(lm, typeW); }
736ColumnSpan RcxEditor::nameSpan(const LineMeta& lm, int typeW, int nameW) { return nameSpanFor(lm, typeW, nameW); }
737ColumnSpan RcxEditor::valueSpan(const LineMeta& lm, int lineLength, int typeW, int nameW) { return valueSpanFor(lm, lineLength, typeW, nameW); }
738

Callers

nothing calls this directly

Calls 1

typeSpanForFunction · 0.85

Tested by

no test coverage detected