Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
bool FileObject::isLink() const {
156
return m_isLink;
157
}
158
159
bool FileObject::isDir() const {
160
return m_isDir;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected