MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / OpenForRead

Method OpenForRead

src/io/azure_filesys.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 virtual SeekStream *OpenForRead(const URI &path, bool allow_null) {
31 return NULL;
32 }
33
34 /*!
35 * \brief get a singleton of AzureFileSystem when needed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected