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

Method GetReturnObject

object_util.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (r *ReturnObject) GetReturnObject() interface{} {
76 return r.returnObject
77}
78func (r *ReturnObject) String() string {
79 return fmt.Sprintf("%d", r.returnObject)
80}

Calls

no outgoing calls