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

Method isValid

kdevplatform/interfaces/isourceformatter.h:216–218  ·  view source on GitHub ↗

If this indentation is really valid

Source from the content-addressed store, hash-verified

214 }
215 // If this indentation is really valid
216 bool isValid() const {
217 return indentationTabWidth != 0 || indentWidth != 0;
218 }
219
220 // The length of one tab used for indentation.
221 // Zero if unknown, -1 if tabs should not be used for indentation

Callers 1

openDocumentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected