Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ makeSwapStackFunc
Function
makeSwapStackFunc
core/vm/stack_table.go:42–44 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
makeSwapStackFunc(n int) stackValidationFunc {
43
return
makeStackFunc(n, n)
44
}
Callers
1
newFrontierInstructionSet
Function · 0.85
Calls
1
makeStackFunc
Function · 0.85
Tested by
no test coverage detected