MCPcopy Create free account
hub / github.com/KDE/kdiff3 / ~CommentParser

Method ~CommentParser

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

Source from the content-addressed store, hash-verified

26 [[nodiscard]] virtual bool isPureComment() const = 0;
27 [[nodiscard]] virtual bool isSkipable() const = 0;
28 virtual ~CommentParser() = default;
29};
30
31class DefaultCommentParser : public CommentParser

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected