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

Method isPureComment

src/CommentParser.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 void processLine(const QString &line) override;
37 [[nodiscard]] inline bool inComment() const override { return mCommentType != none; };
38 [[nodiscard]] inline bool isPureComment() const override { return mIsPureComment; };
39 [[nodiscard]] inline bool isSkipable() const override { return mIsCommentOrWhite; };
40
41 void removeComment(QString &line) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected