MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / write

Method write

libraries/XMLWriter/XMLWriter.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337size_t XMLWriter::write(uint8_t c)
338{
339 _buffer[_bufferIndex++] = c;
340 if (_bufferIndex == (_bufferSize - 1)) flush();
341 return 1;
342};
343
344
345void XMLWriter::flush()

Callers 1

flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected