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

Function url

kdevplatform/vcs/widgets/vcsdiffpatchsources.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 KDevelop::VcsDiff update() const override;
45 KDevelop::IBasicVersionControl* vcs() const override { return m_vcs; }
46 QUrl url() const override { return m_url; }
47private:
48 KDevelop::IBasicVersionControl* m_vcs;
49 QUrl m_url;

Callers 15

createViewWidgetMethod · 0.85
askForCloseFeedbackMethod · 0.85
urlMethod · 0.85
setUrlMethod · 0.85
setPrettyNameMethod · 0.85
createViewWidgetMethod · 0.85
saveMethod · 0.85
documentUrlChangedMethod · 0.85
titleMethod · 0.85
updateCodeModelMethod · 0.85
setInSymbolTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected