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

Method typeFunctionType

libsolidity/experimental/ast/TypeSystemHelper.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254experimental::Type TypeSystemHelpers::typeFunctionType(experimental::Type _argType, experimental::Type _resultType) const
255{
256 return typeSystem.type(PrimitiveType::TypeFunction, {_argType, _resultType});
257}
258
259std::tuple<experimental::Type, experimental::Type> TypeSystemHelpers::destTypeFunctionType(Type _functionType) const
260{

Callers 2

visitMethod · 0.80
endVisitMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected