Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ canRunFile
Function
canRunFile
src/filetree.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool canRunFile(const FileEntry& file)
22
{
23
return canRunFile(file.isFromArchive(), QString::fromStdWString(file.getName()));
24
}
25
26
bool canOpenFile(const FileEntry& file)
27
{
Callers
2
canRun
Method · 0.70
onContextMenu
Method · 0.70
Calls
2
isFromArchive
Method · 0.45
getName
Method · 0.45
Tested by
no test coverage detected