MCPcopy Create free account
hub / github.com/KDE/kate / setShowFullContextVisible

Method setShowFullContextVisible

apps/lib/diff/diffwidget.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void setShowFullContextVisible(bool value)
180 {
181 if (m_fullContext->isVisible() != value) {
182 m_fullContext->setVisible(value);
183 }
184 }
185
186 bool showCommitInfo()
187 {

Callers 1

openDiffMethod · 0.80

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected