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

Function isPrototypeIdentifier

plugins/qmljs/duchain/helper.cpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool isPrototypeIdentifier(const QString& identifier)
279{
280 return (identifier == QLatin1String("prototype") ||
281 identifier == QLatin1String("__proto__"));
282}
283
284bool isQmlFile(const DUContext* context)
285{

Callers 2

declareFieldMemberMethod · 0.85
encounterFieldMemberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected