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

Method isValid

test/fakefileaccess.cpp:21–24  ·  view source on GitHub ↗

FileAccess( const QString& name, bool bWantToWrite=false ); // name: local file or dirname or url (when supported) void setFile( const QString& name, bool bWantToWrite=false );

Source from the content-addressed store, hash-verified

19// void setFile( const QString& name, bool bWantToWrite=false );
20//
21bool FileAccess::isValid() const
22{
23 return m_name.length() != 0;
24}
25
26// bool isFile() const;
27// bool isDir() const;

Callers 3

printDiff3ListFunction · 0.45
dataIsConsistentFunction · 0.45
runTestFunction · 0.45

Calls

no outgoing calls

Tested by 3

printDiff3ListFunction · 0.36
dataIsConsistentFunction · 0.36
runTestFunction · 0.36