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

Method canBeDeployed

libsolidity/ast/AST.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192bool ContractDefinition::canBeDeployed() const
193{
194 return !abstract() && !isInterface();
195}
196
197FunctionDefinition const* ContractDefinition::fallbackFunction() const
198{

Callers 8

yulIRAstMethod · 0.80
yulCFGJsonMethod · 0.80
yulIROptimizedAstMethod · 0.80
compileContractMethod · 0.80
generateIRMethod · 0.80
generateEVMFromIRMethod · 0.80
nativeMembersMethod · 0.80
shouldEncodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected