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

Method isPureComment

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

Source from the content-addressed store, hash-verified

198 [[nodiscard]] inline bool whiteLine() const { return mFirstNonWhiteChar == 0; }
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; }

Callers 10

readAndPreprocessMethod · 0.45
preprocessMethod · 0.45
calcWhiteDiff3LinesMethod · 0.45
CommentParserTestClass · 0.45
singleLineCommentMethod · 0.45
multiLineCommentMethod · 0.45
stringTestMethod · 0.45
quotedCharacterMethod · 0.45
nonCommentMethod · 0.45
testWhiteLineCommentMethod · 0.45

Calls

no outgoing calls

Tested by 1

testWhiteLineCommentMethod · 0.36