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

Struct RecorderRecord

src/machine/usb/msc/disk.go:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type RecorderRecord struct {
70 OpCode RecorderOpCode
71 Offset int64
72 Length int
73 Data []byte
74 Time int64
75 valid bool
76}
77
78type RecorderOpCode uint8
79

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected