Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygo-org/tinygo
/ Stringer
Interface
Stringer
testdata/interface.go:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
type
Stringer
interface
{
196
String() string
197
}
198
199
type
Foo int
200
Callers
1
main
Function · 0.70
Implementers
15
Thing
testdata/interface.go
myStringer
testdata/reflect.go
myErrorStringer
testdata/reflect.go
CallNode
stacksize/stacksize.go
ProcessState
src/os/exec.go
testTypeWithMethod
src/reflect/value_test.go
Value
src/internal/reflectlite/value.go
RawType
src/internal/reflectlite/type.go
RecorderRecord
src/machine/usb/msc/disk.go
Cmd
src/machine/usb/msc/scsi/scsi.go
BuildInfo
src/runtime/debug/debug.go
Thing
src/examples/test/test.go
Calls
no outgoing calls
Tested by
no test coverage detected