Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getLines
Method
getLines
src/eepp/ui/doc/textdocument.cpp:3830–3832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3828
}
3829
3830
std::vector<TextDocumentLine> TextDocument::getLines() const {
3831
return mLines;
3832
}
3833
3834
void TextDocument::setLines( std::vector<TextDocumentLine>&& lines ) {
3835
mLines = std::move( lines );
Callers
2
positionRichTextChildren
Method · 0.80
UTEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
UTEST
Function · 0.64