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

Method isBytecode

src/common/language.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31bool Language::isKnown() const { return !isUnknown(); }
32bool Language::isModuleCountSet() const { return _moduleCount >= 0; }
33bool Language::isBytecode() const { return _bytecode; }
34
35void Language::setName(const std::string& n) { _name = n; }
36void Language::setIsUnknown() { _name.clear(); }

Callers 3

getDetectedLanguageMethod · 0.80
getFirstBytecodeMethod · 0.80
serializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected