Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
bool Object::hasCode() const { return code() != nullptr; }
209
210
void Object::setCode(std::shared_ptr<AST const> const& _ast, std::shared_ptr<yul::AsmAnalysisInfo> _analysisInfo)
211
{
Callers
15
LLVMFuzzerTestOneInput
Function · 0.80
interpret
Method · 0.80
CompilabilityChecker
Method · 0.80
parse
Method · 0.80
parseAndAnalyze
Method · 0.80
analyzeParsed
Method · 0.80
assemble
Method · 0.80
assembleEVMWithDeployed
Method · 0.80
print
Method · 0.80
astJson
Method · 0.80
cfgJson
Method · 0.80
parserResult
Method · 0.80
Calls
no outgoing calls
Tested by
1
interpret
Method · 0.64