Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
582
type
ReadWriter
interface
{
583
Read(p []byte) (n int, err error)
584
Write(p []byte) (n int, err error)
585
}
586
Callers
1
Monitor
Function · 0.95
Implementers
5
myReadWriter
testdata/reflect.go
File
src/os/types.go
FastPin
src/machine/machine_nxpmk66f18.go
UART
src/machine/machine_rp2_uart.go
USBCDC
src/machine/usb/cdc/usbcdc.go
Calls
no outgoing calls
Tested by
no test coverage detected