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

Method appendProgramSize

libsolidity/codegen/CompilerContext.h:235–235  ·  view source on GitHub ↗

Pushes the size of the final program

Source from the content-addressed store, hash-verified

233 void pushSubroutineOffset(evmasm::SubAssemblyID _subRoutine) { m_asm->pushSubroutineOffset(_subRoutine); }
234 /// Pushes the size of the final program
235 void appendProgramSize() { m_asm->appendProgramSize(); }
236 /// Adds data to the data section, pushes a reference to the stack
237 evmasm::AssemblyItem appendData(bytes const& _data) { return m_asm->append(_data); }
238 /// Appends the address (virtual, will be filled in by linker) of a library.

Callers 1

appendConstructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected