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

Method String

stack/stack.go:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 o.fields[variable] = value
111}
112func (o *object) String() string {
113 var b bytes.Buffer
114 for k, v := range o.fields {
115 b.WriteString(fmt.Sprintf("%s->%s \t", k.String(), v))
116 }
117 return fmt.Sprintf("%s", b.String())
118}
119
120type FuncObject struct {
121 *object

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected