MCPcopy Create free account
hub / github.com/KDE/kdevelop / command

Method command

plugins/patchreview/localpatchsource.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 void setCommand(const QString& cmd) { m_command = cmd; }
42
43 QString command() const { return m_command; }
44
45 bool isAlreadyApplied() const override { return m_applied; }
46

Callers 1

syncPatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected