MCPcopy Create free account
hub / github.com/chain/txvm / String

Method String

protocol/txvm/item.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (t Tuple) String() string {
96 var strs []string
97 for _, item := range t {
98 strs = append(strs, item.String())
99 }
100 return fmt.Sprintf("{%s}", strings.Join(strs, ", "))
101}
102
103// Encode serializes an arbitrary data type in a program,
104// which, when executed, produces that data.

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected