Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
bool isFunction(const Declaration* decl)
41
{
42
return decl->abstractType().dynamicCast<FunctionType>();
43
}
44
45
bool isPathChar(QChar c)
46
{
Callers
1
completionInvoked
Method · 0.70
Calls
1
abstractType
Method · 0.45
Tested by
no test coverage detected