MCPcopy
hub / github.com/tinygo-org/tinygo / myErrorStringer

Struct myErrorStringer

testdata/reflect.go:613–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611func (myStringer) String() string { return "mystringer" }
612
613type myErrorStringer struct{}
614
615func (myErrorStringer) Error() string { return "err" }
616func (myErrorStringer) String() string { return "str" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected