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

Method decomposition

libsolidity/ast/Types.cpp:2616–2622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2614}
2615
2616std::vector<Type const*> StructType::decomposition() const
2617{
2618 std::vector<Type const*> res;
2619 for (MemberList::Member const& member: members(nullptr))
2620 res.push_back(member.type);
2621 return res;
2622}
2623
2624Type const* EnumType::encodingType() const
2625{

Callers 1

fullDecompositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected