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

Method newExpressionType

libsolidity/ast/Types.cpp:2146–2151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2144}
2145
2146FunctionType const* ContractType::newExpressionType() const
2147{
2148 if (!m_constructorType)
2149 m_constructorType = FunctionType::newExpressionType(m_contract);
2150 return m_constructorType;
2151}
2152
2153std::vector<std::tuple<VariableDeclaration const*, u256, unsigned>> ContractType::linearizedStateVariables(DataLocation _location) const
2154{

Callers 1

endVisitMethod · 0.80

Calls 6

functionFunction · 0.85
parametersMethod · 0.80
constructorMethod · 0.45
isInterfaceMethod · 0.45
nameMethod · 0.45
isPayableMethod · 0.45

Tested by

no test coverage detected