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

Method reservedMemorySize

libsolidity/codegen/ir/IRGenerationContext.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118size_t IRGenerationContext::reservedMemorySize() const
119{
120 solAssert(m_reservedMemory.has_value());
121 return *m_reservedMemory;
122}
123
124void IRGenerationContext::registerLibraryAddressImmutable()
125{

Callers 1

deployCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected