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

Struct myReadWriter

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

Source from the content-addressed store, hash-verified

602func (*myWriter) Write(p []byte) (int, error) { return 0, nil }
603
604type myReadWriter struct{}
605
606func (myReadWriter) Read(p []byte) (int, error) { return 0, nil }
607func (*myReadWriter) Write(p []byte) (int, error) { return 0, nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected