Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
int SubProcess::spawn() {
Callers
nothing calls this directly
Calls
1
write
Function · 0.70
Tested by
no test coverage detected