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

Method inString

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

Source from the content-addressed store, hash-verified

46 //For tests only.
47 [[nodiscard]] inline bool isEscaped() const{ return bIsEscaped; }
48 [[nodiscard]] inline bool inString() const{ return bInString; }
49 private:
50 QChar mLastChar, mStartChar;
51

Callers 4

CommentParserTestClass · 0.80
stringTestMethod · 0.80
quotedCharacterMethod · 0.80
nonCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected