Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
func
makeDupStackFunc(n int) stackValidationFunc {
39
return
makeStackFunc(n, n+1)
40
}
41
42
func
makeSwapStackFunc(n int) stackValidationFunc {
43
return
makeStackFunc(n, n)
Callers
1
newFrontierInstructionSet
Function · 0.85
Calls
1
makeStackFunc
Function · 0.85
Tested by
no test coverage detected