MCPcopy Create free account
hub / github.com/CPChain/chain / makeDupStackFunc

Function makeDupStackFunc

core/vm/stack_table.go:38–40  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

36}
37
38func makeDupStackFunc(n int) stackValidationFunc {
39 return makeStackFunc(n, n+1)
40}
41
42func makeSwapStackFunc(n int) stackValidationFunc {
43 return makeStackFunc(n, n)

Callers 1

Calls 1

makeStackFuncFunction · 0.85

Tested by

no test coverage detected