Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isDirectory
Function
isDirectory
plugins/openwith/openwithplugin.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool isDirectory(const QString& mimeType)
53
{
54
return mimeType == QLatin1String(
"inode/directory"
);
55
}
56
57
KConfigGroup defaultsConfig()
58
{
Callers
3
canOpenDefault
Method · 0.85
actionsForParts
Method · 0.85
openDefault
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected