MCPcopy
hub / github.com/davyxu/tabtoy / Machine

Struct Machine

v2/exprvm/vm.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package exprvm
2
3type Machine struct {
4 DataStack *Stack
5}
6
7func (self *Machine) Run(chunk *Chunk) {
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected