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

Method setPureComment

src/diff.h:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200 [[nodiscard]] inline bool isPureComment() const { return bContainsPureComment; }
201 inline void setPureComment(const bool bPureComment) { bContainsPureComment = bPureComment; }
202
203 [[nodiscard]] inline bool isSkipable() const { return bSkipable; }
204 inline void setSkipable(const bool inSkipable) { bSkipable = inSkipable; }

Callers 1

readAndPreprocessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected