MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / LineStart

Method LineStart

scintilla/src/CellBuffer.cxx:478–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478int CellBuffer::LineStart(int line) const {
479 if (line < 0)
480 return 0;
481 else if (line >= Lines())
482 return Length();
483 else
484 return lv.LineStart(line);
485}
486
487bool CellBuffer::IsReadOnly() const {
488 return readOnly;

Callers 1

BasicInsertStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected