MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / isRoot

Method isRoot

src/FileObject.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163bool FileObject::isRoot() const
164{
165 return (strcmp(GetPath(), "/") == 0);
166}
167
168const char* FileObject::GetName() const {
169 return m_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected