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

Method copyForLocationIfReference

libsolidity/ast/Types.cpp:1567–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565}
1566
1567Type const* ReferenceType::copyForLocationIfReference(Type const* _type) const
1568{
1569 return TypeProvider::withLocationIfReference(m_location, _type);
1570}
1571
1572std::string ReferenceType::stringForReferencePart() const
1573{

Callers 1

copyForLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected