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

Method hasField

plugins/debuggercommon/mi/mi.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29bool Value::hasField(const QString&) const
30{
31 throw type_error();
32}
33
34const Value& Value::operator[](const QString&) const
35{

Callers 15

handleMethod · 0.80
getFunctionOrAddressFunction · 0.80
handleThreadInfoMethod · 0.80
programStoppedMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
addWatchMethod · 0.80
handleMethod · 0.80
createFromDebuggerMethod · 0.80
updateFromDebuggerMethod · 0.80

Calls 2

type_errorClass · 0.85
containsMethod · 0.45

Tested by 2

doTestResultMethod · 0.64
testParseLineMethod · 0.64