MCPcopy Create free account
hub / github.com/SpartanJ/efsw / isRemoteFS

Method isRemoteFS

src/efsw/FileSystem.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137bool FileSystem::isRemoteFS( const std::string& directory ) {
138 return Platform::FileSystem::isRemoteFS( directory );
139}
140
141bool FileSystem::changeWorkingDirectory( const std::string& directory ) {
142 return Platform::FileSystem::changeWorkingDirectory( directory );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected