plugeth/core/vm/plugin_hooks.go
2021-09-02 16:26:40 -05:00

6 lines
64 B
Go

package vm
func (st *Stack) Len() int {
return len(st.data)
}