MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / myWriter

Struct myWriter

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

Source from the content-addressed store, hash-verified

598func (myReader) Read(p []byte) (int, error) { return 0, nil }
599
600type myWriter struct{}
601
602func (*myWriter) Write(p []byte) (int, error) { return 0, nil }
603

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected