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

Method Write

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

Source from the content-addressed store, hash-verified

577
578type Writer interface {
579 Write(p []byte) (n int, err error)
580}
581
582type ReadWriter interface {

Callers 15

flushMethod · 0.95
makeArchiveFunction · 0.95
MonitorFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
printBuildOutputFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
mainFunction · 0.65
readGoEnvVarsFunction · 0.65
benchmarkHashnFunction · 0.65
musl.goFile · 0.65

Implementers 14

outputWritermonitor.go
ColorWritercolorwriter.go
myWritertestdata/reflect.go
myReadWritertestdata/reflect.go
Filesrc/os/types.go
FastPinsrc/machine/machine_nxpmk66f18.go
UARTsrc/machine/machine_rp2_uart.go
rttSerialsrc/machine/serial-rtt.go
USB_DEVICEsrc/machine/machine_esp32c3_usb.go
NullSerialsrc/machine/serial.go
midisrc/machine/usb/adc/midi/midi.go
USBCDCsrc/machine/usb/cdc/usbcdc.go

Calls

no outgoing calls

Tested by 1

benchmarkHashnFunction · 0.52