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

Method leftAligned

libsolidity/ast/Types.cpp:3289–3292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3287}
3288
3289bool FunctionType::leftAligned() const
3290{
3291 return m_kind == Kind::External;
3292}
3293
3294unsigned FunctionType::storageBytes() const
3295{

Callers 6

prepareStoreFunctionMethod · 0.45
loadFromMemoryHelperMethod · 0.45
prepareMemoryStoreMethod · 0.45
retrieveValueMethod · 0.45
storeValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected