MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / xsputn

Method xsputn

tools/comdb2ar/fdostream.cpp:29–32  ·  view source on GitHub ↗

write multiple characters

Source from the content-addressed store, hash-verified

27
28// write multiple characters
29std::streamsize fdoutbuf::xsputn(const char* s, std::streamsize num)
30{
31 return writeall(m_fd, s, num);
32}
33
34int fdoutbuf::getfd()
35{

Callers

nothing calls this directly

Calls 1

writeallFunction · 0.85

Tested by

no test coverage detected