MCPcopy Create free account
hub / github.com/couchbase/fleece / appendToFile

Function appendToFile

Fleece/Support/sliceIO.cc:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73 void appendToFile(slice s, const char *path) {
74 writeToFile(s, path, O_CREAT | O_APPEND);
75 }
76
77}
78

Callers 1

SupportTests.ccFile · 0.85

Calls 1

writeToFileFunction · 0.85

Tested by

no test coverage detected