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

Method recursive

libsolidity/ast/Types.cpp:2514–2518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2512}
2513
2514bool StructType::recursive() const
2515{
2516 solAssert(m_struct.annotation().recursive.has_value(), "Called StructType::recursive() before DeclarationTypeChecker.");
2517 return *m_struct.annotation().recursive;
2518}
2519
2520std::unique_ptr<ReferenceType> StructType::copyForLocation(DataLocation _location, bool _isPointer) const
2521{

Callers 4

smtSortFunction · 0.45
isNonRecursiveStructFunction · 0.45
convertTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected