MCPcopy 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
3830std::vector<TextDocumentLine> TextDocument::getLines() const {
3831 return mLines;
3832}
3833
3834void TextDocument::setLines( std::vector<TextDocumentLine>&& lines ) {
3835 mLines = std::move( lines );

Callers 2

UTESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UTESTFunction · 0.64