MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / String

Method String

testdata/interface.go:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187func (t Thing) String() string {
188 return t.name
189}
190
191func (t Thing) Print() {
192 println("Thing.Print:", t.name)

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected