MCPcopy 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

39Context::~Context() = default;
40
41bool Context::hasType( int aType ) const
42{
43 return aType == this->type();
44}
45
46class FileContextPrivate : public ContextPrivate
47{

Callers 6

contextMenuExtensionMethod · 0.80
contextMenuExtensionMethod · 0.80
contextMenuExtensionMethod · 0.80
contextMenuExtensionMethod · 0.80
contextMenuExtensionMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected