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

Struct myReader

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

Source from the content-addressed store, hash-verified

594}
595
596type myReader struct{}
597
598func (myReader) Read(p []byte) (int, error) { return 0, nil }
599

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected