Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hasType
Method
hasType
kdevplatform/interfaces/context.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
Context::~Context() = default;
40
41
bool Context::hasType( int aType ) const
42
{
43
return aType == this->type();
44
}
45
46
class FileContextPrivate : public ContextPrivate
47
{
Callers
6
contextMenuExtension
Method · 0.80
fillContextMenuExtension
Method · 0.80
contextMenuExtension
Method · 0.80
contextMenuExtension
Method · 0.80
contextMenuExtension
Method · 0.80
contextMenuExtension
Method · 0.80
Calls
1
type
Method · 0.45
Tested by
no test coverage detected