Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygo-org/tinygo
/ Thing
Struct
Thing
testdata/interface.go:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
type
Thing
struct
{
184
name string
185
}
186
187
func
(t Thing) String() string {
188
return
t.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected