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

Method contract

libsolidity/ast/TypeProvider.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525ContractType const* TypeProvider::contract(ContractDefinition const& _contractDef, bool _isSuper)
526{
527 return createAndGet<ContractType>(_contractDef, _isSuper);
528}
529
530EnumType const* TypeProvider::enumType(EnumDefinition const& _enumDef)
531{

Callers 2

checkOverrideMethod · 0.80
checkOverrideListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected