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

Method functionType

libsolidity/experimental/ast/TypeSystemHelper.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236experimental::Type TypeSystemHelpers::functionType(experimental::Type _argType, experimental::Type _resultType) const
237{
238 return typeSystem.type(PrimitiveType::Function, {_argType, _resultType});
239}
240
241std::tuple<experimental::Type, experimental::Type> TypeSystemHelpers::destFunctionType(Type _functionType) const
242{

Callers 4

TypeInferenceMethod · 0.45
visitMethod · 0.45
endVisitMethod · 0.45
endVisitMethod · 0.45

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected