MCPcopy 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
26bool canOpenFile(const FileEntry& file)
27{
28 return canOpenFile(file.isFromArchive(), QString::fromStdWString(file.getName()));
29}
30
31bool isHidden(const FileEntry& file)
32{

Callers 2

canOpenMethod · 0.70
onContextMenuMethod · 0.70

Calls 2

isFromArchiveMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected