MCPcopy Create free account
hub / github.com/avast/retdec / isExecutable

Method isExecutable

src/common/file_type.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19bool FileType::isArchive() const { return _fileType == FT_ARCHIVE; }
20bool FileType::isObject() const { return _fileType == FT_OBJECT; }
21bool FileType::isExecutable() const { return _fileType == FT_EXECUTABLE; }
22FileType::eFileType FileType::getID() const { return _fileType; }
23
24void FileType::setIsUnknown() { _fileType = FT_UNKNOWN; }

Callers 4

runOnModuleMethod · 0.45
getAllInformationMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36