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

Method isText

src/SourceData.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197bool SourceData::isText() const
198{
199 return m_normalData.isText() || m_normalData.isEmpty();
200}
201
202bool SourceData::isIncompleteConversion() const
203{

Callers 5

readAndPreprocessMethod · 0.45
mainInitMethod · 0.45
slotFinishMainInitMethod · 0.45
initTestCaseMethod · 0.45
initTestCaseMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 2

initTestCaseMethod · 0.36
initTestCaseMethod · 0.36