MCPcopy
hub / github.com/tinygo-org/tinygo / Printer

Interface Printer

testdata/calls.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type Printer interface {
32 Print(string)
33}
34
35func main() {
36 thing := &Thing{"foo"}

Callers 1

testDeferFunction · 0.95

Implementers 4

Thingtestdata/interface.go
ArrayStructtestdata/interface.go
SmallPairtestdata/interface.go
myPrintertestdata/goroutines.go

Calls

no outgoing calls

Tested by

no test coverage detected