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

Interface Reader

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

Types for interface Implements/AssignableTo tests.

Source from the content-addressed store, hash-verified

572// Types for interface Implements/AssignableTo tests.
573
574type Reader interface {
575 Read(p []byte) (n int, err error)
576}
577
578type Writer interface {
579 Write(p []byte) (n int, err error)

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