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