MCPcopy 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
61QRegExp LanguageRepository::singleLineCommentRegEx() const
62{
63 auto token = singleLineCommentToken();
64 return QRegExp(token + ".*");
65}
66
67QRegExp LanguageRepository::blockCommentRegEx() const
68{

Callers

nothing calls this directly

Calls 1

QRegExpClass · 0.85

Tested by

no test coverage detected