MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setLine

Method setLine

src/eepp/ui/doc/syntaxhighlighter.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void SyntaxHighlighter::setLine( const size_t& line, const TokenizedLine& tokenization ) {
348 Lock l( mLinesMutex );
349 mLines[line] = tokenization;
350}
351
352void SyntaxHighlighter::mergeLine( const size_t& line, const TokenizedLine& tokenization ) {
353 TokenizedLine tline;

Callers 15

moveToLineOffsetMethod · 0.80
shiftFoldingRegionsMethod · 0.80
insertMethod · 0.80
removeMethod · 0.80
positionOffsetMethod · 0.80
moveToPreviousLineMethod · 0.80
moveToNextLineMethod · 0.80
moveToPreviousPageMethod · 0.80
moveToNextPageMethod · 0.80
selectToPreviousLineMethod · 0.80
selectToNextLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected