Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
type
Printer
interface
{
32
Print(string)
33
}
34
35
func
main() {
36
thing := &Thing{
"foo"
}
Callers
1
testDefer
Function · 0.95
Implementers
4
Thing
testdata/interface.go
ArrayStruct
testdata/interface.go
SmallPair
testdata/interface.go
myPrinter
testdata/goroutines.go
Calls
no outgoing calls
Tested by
no test coverage detected