Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ ~AzureFileSystem
Method
~AzureFileSystem
src/io/azure_filesys.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
class AzureFileSystem : public FileSystem {
19
public:
20
virtual ~AzureFileSystem() {}
21
22
virtual FileInfo GetPathInfo(const URI &path) { return FileInfo(); }
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected