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

Method Read

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

Source from the content-addressed store, hash-verified

573
574type Reader interface {
575 Read(p []byte) (n int, err error)
576}
577
578type Writer interface {

Callers 2

mainFunction · 0.65
mainFunction · 0.65

Implementers 8

myReadertestdata/reflect.go
myReadWritertestdata/reflect.go
readersrc/crypto/rand/rand_windows.go
Filesrc/os/types.go
FastPinsrc/machine/machine_nxpmk66f18.go
UARTsrc/machine/machine_rp2_uart.go
PDMsrc/machine/machine_nrf52840.go
USBCDCsrc/machine/usb/cdc/usbcdc.go

Calls

no outgoing calls

Tested by

no test coverage detected