Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpeditor/cpeditor
/ singleLineCommentRegEx
Method
singleLineCommentRegEx
src/Editor/LanguageRepository.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
QRegExp LanguageRepository::singleLineCommentRegEx() const
62
{
63
auto token = singleLineCommentToken();
64
return QRegExp(token +
".*"
);
65
}
66
67
QRegExp LanguageRepository::blockCommentRegEx() const
68
{
Callers
nothing calls this directly
Calls
1
QRegExp
Class · 0.85
Tested by
no test coverage detected