Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
exprvm
2
3
type
Machine
struct
{
4
DataStack *Stack
5
}
6
7
func
(self *Machine) Run(chunk *Chunk) {
8
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected