MCPcopy Create free account
hub / github.com/crossoverJie/gscript / LeftValue

Struct LeftValue

left_value.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type LeftValue struct {
9 variable *symbol.Variable
10 object stack.Object
11}
12
13func NewLeftValue(variable *symbol.Variable, object stack.Object) *LeftValue {
14 return &LeftValue{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected