MCPcopy Create free account
hub / github.com/KDE/kdevelop / testsPassed

Method testsPassed

kdevplatform/tests/json/declarationvalidator.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool DeclarationValidator::testsPassed() const
50{
51 Q_D(const DeclarationValidator);
52
53 return d->testsPassed;
54}
55
56void DeclarationValidator::visit(DUContext*) { }
57void DeclarationValidator::visit(Declaration* declaration)

Callers 2

testFilesMethod · 0.80
parseAndCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected