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

Method isDir

src/SourceData.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 void reset();
57
58 [[nodiscard]] bool isDir() const { return m_fileAccess.isDir(); }
59
60 [[nodiscard]] const QByteArray getEncoding() const { return mEncoding; }
61 [[nodiscard]] e_LineEndStyle getLineEndStyle() const { return m_normalData.m_eLineEndStyle; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected