MCPcopy 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

23namespace {
24
25bool isComment(const QString& line)
26{
27 return line.startsWith(QChar('#'));
28}
29
30} // namespace
31

Callers 1

addEntriesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected