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

Method isLocal

test/fakefileaccess.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool FileAccess::isLocal() const
66{
67 return true;
68}
69
70bool FileAccess::readFile(void* pDestBuffer, qint64 maxLength )
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected