MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / WriteBytes

Function WriteBytes

lib/mdflib/mdflib/src/mdfblock.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217uint64_t WriteBytes(std::streambuf& buffer, uint64_t nof_bytes) {
218 const std::vector<uint8_t> empty_array(static_cast<size_t>(nof_bytes), 0);
219 return WriteByte(buffer, empty_array);
220}
221
222uint64_t ReadStr(std::streambuf& buffer, std::string &dest, uint64_t size) {
223 std::ostringstream temp;

Callers 14

TESTFunction · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85
WriteMethod · 0.85

Calls 1

WriteByteFunction · 0.85

Tested by 1

TESTFunction · 0.68