MCPcopy Create free account
hub / github.com/ElementsProject/elements / WriteStringToFile

Function WriteStringToFile

src/leveldb/util/env.cc:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Status WriteStringToFile(Env* env, const Slice& data,
56 const std::string& fname) {
57 return DoWriteStringToFile(env, data, fname, false);
58}
59
60Status WriteStringToFileSync(Env* env, const Slice& data,
61 const std::string& fname) {

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
CorruptMethod · 0.85

Calls 1

DoWriteStringToFileFunction · 0.85

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
CorruptMethod · 0.68