Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3289
bool FunctionType::leftAligned() const
3290
{
3291
return m_kind == Kind::External;
3292
}
3293
3294
unsigned FunctionType::storageBytes() const
3295
{
Callers
6
cleanupFromStorageFunction
Method · 0.45
prepareStoreFunction
Method · 0.45
loadFromMemoryHelper
Method · 0.45
prepareMemoryStore
Method · 0.45
retrieveValue
Method · 0.45
storeValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected