MCPcopy Index your code
hub / github.com/crossoverJie/gscript / object

Struct object

stack/stack.go:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type object struct {
95 fields map[*symbol.Variable]interface{}
96}
97
98func NewEmptyObject() Object {
99 return &object{fields: make(map[*symbol.Variable]interface{})}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected