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

Method storeInMemory

libsolidity/codegen/CompilerUtils.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void CompilerUtils::storeInMemory(unsigned _offset)
195{
196 unsigned numBytes = prepareMemoryStore(*TypeProvider::uint256(), true);
197 if (numBytes > 0)
198 m_context << u256(_offset) << Instruction::MSTORE;
199}
200
201void CompilerUtils::storeInMemoryDynamic(Type const& _type, bool _padToWordBoundaries, bool _cleanup)
202{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected