MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getLine

Method getLine

JUCE/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp:623–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623String CodeDocument::getLine (const int lineIndex) const noexcept
624{
625 if (auto* line = lines[lineIndex])
626 return line->line;
627
628 return {};
629}
630
631int CodeDocument::getMaximumLineLength() noexcept
632{

Callers 12

setErrorLineMethod · 0.80
findNextMethod · 0.80
DrawGlyphRunMethod · 0.80
createLayoutMethod · 0.80
updateMethod · 0.80
indentSelectedLinesMethod · 0.80
indexToColumnMethod · 0.80
columnToIndexMethod · 0.80
clearCachedIteratorsMethod · 0.80
updateCachedIteratorsMethod · 0.80
runTestMethod · 0.80
findNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected