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

Method isLink

src/FileObject.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool FileObject::isLink() const {
156 return m_isLink;
157}
158
159bool FileObject::isDir() const {
160 return m_isDir;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected