Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
bool ContractDefinition::canBeDeployed() const
193
{
194
return !abstract() && !isInterface();
195
}
196
197
FunctionDefinition const* ContractDefinition::fallbackFunction() const
198
{
Callers
8
yulIRAst
Method · 0.80
yulCFGJson
Method · 0.80
yulIROptimizedAst
Method · 0.80
compileContract
Method · 0.80
generateIR
Method · 0.80
generateEVMFromIR
Method · 0.80
nativeMembers
Method · 0.80
shouldEncode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected