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

Method File

src/util/file.h:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 bool open() const { return (f_ != NULL); }
72 private:
73 File(FILE* f_des, const std::string& name)
74 : f_(f_des), name_(name) { }
75 File(gzFile gz_des, const std::string& name)
76 : gz_f_(gz_des), name_(name) {
77 is_gz_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected