MCPcopy Create free account
hub / github.com/argotorg/solidity / hasCode

Method hasCode

libyul/Object.cpp:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool Object::hasCode() const { return code() != nullptr; }
209
210void Object::setCode(std::shared_ptr<AST const> const& _ast, std::shared_ptr<yul::AsmAnalysisInfo> _analysisInfo)
211{

Callers 15

LLVMFuzzerTestOneInputFunction · 0.80
interpretMethod · 0.80
CompilabilityCheckerMethod · 0.80
parseMethod · 0.80
parseAndAnalyzeMethod · 0.80
analyzeParsedMethod · 0.80
assembleMethod · 0.80
printMethod · 0.80
astJsonMethod · 0.80
cfgJsonMethod · 0.80
parserResultMethod · 0.80

Calls

no outgoing calls

Tested by 1

interpretMethod · 0.64