MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / write

Method write

lib/src/stream/ByteArrayOutputStream.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 */
62
63 bool ByteArrayOutputStream::write(uint8_t c) {
64 return write(&c,1);
65 }
66
67
68 /*

Callers 1

readWriteMethod · 0.45

Calls 3

getSizeMethod · 0.45
reallocateMethod · 0.45
getDataMethod · 0.45

Tested by

no test coverage detected