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

Function rawUpdateField

plugins/lldb/controllers/variable.cpp:24–27  ·  view source on GitHub ↗

* @return the name of a field that must be present in the record argument of LldbVariable::handleRawUpdate() */

Source from the content-addressed store, hash-verified

22 * @return the name of a field that must be present in the record argument of LldbVariable::handleRawUpdate()
23 */
24[[nodiscard]] QString rawUpdateField()
25{
26 return QStringLiteral("changelist");
27}
28
29} // unnamed namespace
30

Callers 2

handleRawUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected