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

Function stackToString

libyul/backends/evm/ssa/Stack.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string stackToString(StackData const& _stackData)
46{
47 return fmt::format(
48 "[{}]",
49 fmt::join(_stackData | ranges::views::transform([&](auto const& _slot) { return slotToString(_slot); }), ", ")
50 );
51}
52
53}

Callers 7

operator()Method · 0.50
printBlockMethod · 0.50
printBlockMethod · 0.50
runMethod · 0.50
writeBlockLabelMethod · 0.50
createStackLayoutMethod · 0.50

Calls 1

slotToStringFunction · 0.85

Tested by 5

operator()Method · 0.40
printBlockMethod · 0.40
printBlockMethod · 0.40
runMethod · 0.40
writeBlockLabelMethod · 0.40