Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ validate
Method
validate
kdevplatform/util/formattinghelpers.cpp:490–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
bool validate()
491
{
492
return m_doubleQuoteValidator.validate() && m_bracketValidator.validate();
493
}
494
495
private:
496
bool addIfCommentSequence(QChar a, QChar b, bool isInserted)
Callers
nothing calls this directly
Calls
1
validate
Method · 0.45
Tested by
no test coverage detected