Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
187
func
(t Thing) String() string {
188
return
t.name
189
}
190
191
func
(t Thing) Print() {
192
println(
"Thing.Print:"
, t.name)
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected