MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / PosixWritableFile

Method PosixWritableFile

src/log/writable_file.cc:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40class PosixWritableFile : public WritableFile {
41 public:
42 PosixWritableFile(const std::string& fname, FILE* f)
43 : filename_(fname), file_(f) {}
44
45 ~PosixWritableFile() {
46 if (file_ != NULL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected