MCPcopy Create free account
hub / github.com/d5/tengo / StringArray

Struct StringArray

vm_test.go:2195–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193}
2194
2195type StringArray struct {
2196 tengo.ObjectImpl
2197 Value []string
2198}
2199
2200func (o *StringArray) String() string {
2201 return strings.Join(o.Value, ", ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected