MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / checkInstalled

Method checkInstalled

src/plugins/python/installer/pipinstaller.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool PIPInstaller::checkInstalled(const QString &package)
29{
30 return checkInstalled("python3", package);
31}
32
33void PIPInstaller::install(const InstallInfo &info)
34{

Callers 1

prepareDebugMethod · 0.45

Calls 8

insertMethod · 0.80
setProcessEnvironmentMethod · 0.80
readAllStandardOutputMethod · 0.80
packageInstallPathFunction · 0.50
containsMethod · 0.45
removeMethod · 0.45
startMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected