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

Method constructor

libsolidity/experimental/ast/TypeSystem.h:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139 TypeConstructor declareTypeConstructor(std::string _name, std::string _canonicalName, size_t _arguments, Declaration const* _declaration);
140 TypeConstructor constructor(PrimitiveType _type) const
141 {
142 return m_primitiveTypeConstructors.at(_type);
143 }
144 TypeClass primitiveClass(PrimitiveClass _class) const
145 {
146 return m_primitiveTypeClasses.at(_class);

Callers 7

visitMethod · 0.45
destTupleTypeMethod · 0.45
destSumTypeMethod · 0.45
isPrimitiveTypeMethod · 0.45
destFunctionTypeMethod · 0.45
destTypeFunctionTypeMethod · 0.45
typeToStringMethod · 0.45

Calls 1

atMethod · 0.80

Tested by

no test coverage detected