MCPcopy Create free account
hub / github.com/ceph/ceph / xsputn

Method xsputn

src/common/SubProcess.cc:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 return c;
132 }
133 std::streamsize xsputn (const char* s, std::streamsize count) override {
134 return write(fd, s, count);
135 }
136};
137
138int SubProcess::spawn() {

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected