Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygo-org/tinygo
/ myStringer
Struct
myStringer
testdata/reflect.go:609–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
func
(*myReadWriter) Write(p []byte) (int, error) {
return
0, nil }
608
609
type
myStringer
struct
{}
610
611
func
(myStringer) String() string {
return
"mystringer"
}
612
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected