MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / ~FileData

Method ~FileData

src/FileData.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10public:
11 virtual ~FileData() { };
12 virtual bool isFolder() const = 0;
13 virtual const std::string & getName() const = 0;
14 virtual const std::string & getPath() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected