Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ push
Method
push
test/libyul/ssa/StackShufflerTest.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
(*hook)(fmt::format(
"DUP{}"
, _depth.value));
69
}
70
void push(Slot const& _slot) const
71
{
72
if (hook)
73
(*hook)(fmt::format(
"PUSH {}"
, slotToString(_slot)));
74
}
75
void pop() const
76
{
77
if (hook)
Callers
4
processPath
Method · 0.45
visit
Method · 0.45
check
Method · 0.45
extractTestsFromAST
Method · 0.45
Calls
1
slotToString
Function · 0.85
Tested by
no test coverage detected