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

Method underlyingType

libsolidity/ast/AST.h:872–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870 TypeDeclarationAnnotation& annotation() const override;
871
872 TypeName const* underlyingType() const { return m_underlyingType.get(); }
873 bool isVisibleViaContractTypeAccess() const override { return true; }
874
875private:

Callers 4

endVisitMethod · 0.45
Types.cppFile · 0.45
nativeMembersMethod · 0.45
visitMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected