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

Method repopulateFromMesonFile

plugins/meson/settings/mesonoptionsview.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56KJob* MesonOptionsView::repopulateFromMesonFile(KDevelop::IProject* project, KDevelop::Path mesonExe)
57{
58 return repopulate(new MesonIntrospectJob(project, mesonExe, { MesonIntrospectJob::BUILDOPTIONS }, this));
59}
60
61KJob* MesonOptionsView::repopulate(MesonIntrospectJob* introJob)
62{

Callers 1

updatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected