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

Method Read

testdata/reflect.go:583–583  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

581
582type ReadWriter interface {
583 Read(p []byte) (n int, err error)
584 Write(p []byte) (n int, err error)
585}
586

Callers 1

MonitorFunction · 0.95

Implementers 5

myReadWritertestdata/reflect.go
Filesrc/os/types.go
FastPinsrc/machine/machine_nxpmk66f18.go
UARTsrc/machine/machine_rp2_uart.go
USBCDCsrc/machine/usb/cdc/usbcdc.go

Calls

no outgoing calls

Tested by

no test coverage detected