MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / IsDir

Method IsDir

Plugins/FileTransfer/RemoteFileSystemModel.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bool CRemoteFileSystem::IsDir()
255{
256 return !(GetType() & TYPE::FILE);
257}
258
259QIcon CRemoteFileSystem::Icon()
260{

Callers 1

EnumRemoteDirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected