Add Len() to Stack
This commit is contained in:
parent
f615e3813d
commit
0d5af1c7dc
5
core/vm/plugin_hooks.go
Normal file
5
core/vm/plugin_hooks.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package vm
|
||||||
|
|
||||||
|
func (st *Stack) Len() int {
|
||||||
|
return len(st.data)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user