Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
std::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
checkLayoutCompatibility
Method · 0.70
operator()
Method · 0.50
printBlock
Method · 0.50
printBlock
Method · 0.50
run
Method · 0.50
writeBlockLabel
Method · 0.50
createStackLayout
Method · 0.50
Calls
1
slotToString
Function · 0.85
Tested by
5
operator()
Method · 0.40
printBlock
Method · 0.40
printBlock
Method · 0.40
run
Method · 0.40
writeBlockLabel
Method · 0.40