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

Function isFunction

plugins/cmake/cmakecodecompletionmodel.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{}
39
40bool isFunction(const Declaration* decl)
41{
42 return decl->abstractType().dynamicCast<FunctionType>();
43}
44
45bool isPathChar(QChar c)
46{

Callers 1

completionInvokedMethod · 0.70

Calls 1

abstractTypeMethod · 0.45

Tested by

no test coverage detected