MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / isLineNumbersVisible

Method isLineNumbersVisible

jsedit.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739bool JSEdit::isLineNumbersVisible() const
740{
741 return d_ptr->showLineNumbers;
742}
743
744void JSEdit::setLineNumbersVisible(bool visible)
745{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected