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

Method canLaunch

plugins/executeplasmoid/plasmoidexecutionconfig.cpp:244–247  ·  view source on GitHub ↗

don't bother, nobody uses this interface

Source from the content-addressed store, hash-verified

242
243//don't bother, nobody uses this interface
244bool PlasmoidExecutionConfigType::canLaunch(const QUrl& ) const
245{
246 return false;
247}
248
249bool PlasmoidExecutionConfigType::canLaunch(KDevelop::ProjectBaseItem* item) const
250{

Callers

nothing calls this directly

Calls 5

canLaunchMetadataFileFunction · 0.85
folderMethod · 0.80
hasFileOrFolderMethod · 0.80
PathClass · 0.50
pathMethod · 0.45

Tested by

no test coverage detected