Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ isComment
Function
isComment
src/GitIgnoreList.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
namespace {
24
25
bool isComment(const QString& line)
26
{
27
return line.startsWith(QChar(
'#'
));
28
}
29
30
} // namespace
31
Callers
1
addEntries
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected