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

Method Print

testdata/interface.go:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (t Thing) Print() {
192 println("Thing.Print:", t.name)
193}
194
195type Stringer interface {
196 String() string

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected