MCPcopy
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

607func (*myReadWriter) Write(p []byte) (int, error) { return 0, nil }
608
609type myStringer struct{}
610
611func (myStringer) String() string { return "mystringer" }
612

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected