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

Method Write

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

Source from the content-addressed store, hash-verified

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

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