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

Method fetchResults

plugins/git/gitplugin.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 explicit StandardJob(KDevelop::IPlugin* parent, KJob* job);
41
42 QVariant fetchResults() override { return QVariant(); }
43 void start() override;
44 JobStatus status() const override { return m_status; }
45 KDevelop::IPlugin* vcsPlugin() const override { return m_plugin; }

Callers 8

stashListReadyMethod · 0.45
statusReadyMethod · 0.45
branchNameReadyMethod · 0.45
diffReadyMethod · 0.45
runSynchronouslyFunction · 0.45
testAnnotationMethod · 0.45
testDiffMethod · 0.45
testStashMethod · 0.45

Calls 1

QVariantClass · 0.50

Tested by 3

testAnnotationMethod · 0.36
testDiffMethod · 0.36
testStashMethod · 0.36