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

Method repopulateFromBuildDir

plugins/meson/settings/mesonoptionsview.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50KJob* MesonOptionsView::repopulateFromBuildDir(KDevelop::IProject* project, const Meson::BuildDir& buildDir)
51{
52 return repopulate(new MesonIntrospectJob(project, buildDir, { MesonIntrospectJob::BUILDOPTIONS },
53 MesonIntrospectJob::BUILD_DIR, this));
54}
55
56KJob* MesonOptionsView::repopulateFromMesonFile(KDevelop::IProject* project, KDevelop::Path mesonExe)
57{

Callers 3

updatedMethod · 0.80
applyMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected