Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isAlreadyApplied
Method
isAlreadyApplied
plugins/patchreview/localpatchsource.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
QString command() const { return m_command; }
44
45
bool isAlreadyApplied() const override { return m_applied; }
46
47
void setAlreadyApplied( bool applied ) { m_applied = applied; }
48
Callers
4
updateKompareModel
Method · 0.45
syncPatch
Method · 0.45
showToolTipForMark
Method · 0.45
addLineMarker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected