MCPcopy 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
21bool canRunFile(const FileEntry& file)
22{
23 return canRunFile(file.isFromArchive(), QString::fromStdWString(file.getName()));
24}
25
26bool canOpenFile(const FileEntry& file)
27{

Callers 2

canRunMethod · 0.70
onContextMenuMethod · 0.70

Calls 2

isFromArchiveMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected