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

Method offset

libsolidity/ast/Types.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177std::pair<u256, unsigned> const* StorageOffsets::offset(size_t _index) const
178{
179 if (m_offsets.count(_index))
180 return &m_offsets.at(_index);
181 else
182 return nullptr;
183}
184
185void MemberList::combine(MemberList const & _other)
186{

Callers 2

memberStorageOffsetMethod · 0.80

Calls 2

atMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected