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

Method appendImmutableAssignment

libevmasm/Assembly.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 void appendLibraryAddress(std::string const& _identifier) { append(newPushLibraryAddress(_identifier)); }
105 void appendImmutable(std::string const& _identifier) { append(newPushImmutable(_identifier)); }
106 void appendImmutableAssignment(std::string const& _identifier) { append(newImmutableAssignment(_identifier)); }
107 void appendAuxDataLoadN(uint16_t _offset) { append(newAuxDataLoadN(_offset));}
108 void appendSwapN(size_t _depth) { append(newSwapN(_depth)); }
109 void appendDupN(size_t _depth) { append(newDupN(_depth)); }

Callers 1

Assembler.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected