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

Method inComment

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

Source from the content-addressed store, hash-verified

35 public:
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected