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

Method assemblyString

libevmasm/Assembly.cpp:489–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489std::string Assembly::assemblyString(
490 DebugInfoSelection const& _debugInfoSelection,
491 StringMap const& _sourceCodes
492) const
493{
494 std::ostringstream tmp;
495 assemblyStream(tmp, _debugInfoSelection, "", _sourceCodes);
496 return (_debugInfoSelection.ethdebug ? "/// ethdebug: enabled\n" : "") + tmp.str();
497}
498
499Json Assembly::assemblyJSON(std::map<std::string, unsigned> const& _sourceIndices, bool _includeSourceList) const
500{

Callers 5

Assembler.cppFile · 0.45
runMethod · 0.45
runMethod · 0.45
handleEVMAssemblyMethod · 0.45
assembleYulMethod · 0.45

Calls 1

strMethod · 0.80

Tested by 2

runMethod · 0.36
runMethod · 0.36