MCPcopy 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

processPathMethod · 0.45
visitMethod · 0.45
checkMethod · 0.45
extractTestsFromASTMethod · 0.45

Calls 1

slotToStringFunction · 0.85

Tested by

no test coverage detected