MCPcopy Create free account
hub / github.com/dmlc/parameter_server / writeString

Method writeString

src/util/file.cc:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187size_t File::writeString(const std::string& line) {
188 return write(line.c_str(), line.size());
189}
190
191// bool File::WriteLine(const std::string& line) {
192// if (Write(line.c_str(), line.size()) != line.size()) return false;

Callers 1

writeStringToFileFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected