Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CommentParserTest
Class · 0.80
stringTest
Method · 0.80
quotedCharacter
Method · 0.80
nonComment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected