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

Function emptyRangeOnLine

plugins/qmljs/duchain/helper.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249RangeInRevision emptyRangeOnLine(const AST::SourceLocation& location)
250{
251 return RangeInRevision(location.startLine - 1, 0, location.startLine - 1, 0);
252}
253
254void importDeclarationInContext(DUContext* context, const DeclarationPointer& declaration)
255{

Callers 2

visitMethod · 0.85

Calls 1

RangeInRevisionClass · 0.70

Tested by

no test coverage detected