MCPcopy Create free account
hub / github.com/KDE/kdiff3 / isWritable

Method isWritable

src/fileaccess.cpp:688–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688bool FileAccess::isWritable() const
689{
690 //This can be very slow in some network setups so use cached value
691 if(!isLocal())
692 return m_bWritable;
693 else
694 return m_fileInfo.isWritable();
695}
696
697bool FileAccess::isExecutable() const
698{

Callers 3

loadDataMethod · 0.45
copyFileMethod · 0.45
addListViewItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected