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

Method fromRecord

plugins/debuggercommon/midebugsession.cpp:79–83  ·  view source on GitHub ↗

* @return the values of fields "signal-name" and (optional) "signal-meaning" of a given MI record */

Source from the content-addressed store, hash-verified

77 * @return the values of fields "signal-name" and (optional) "signal-meaning" of a given MI record
78 */
79 [[nodiscard]] static SignalInfo fromRecord(const TupleRecord& record)
80 {
81 return {record[QStringLiteral("signal-name")].literal(),
82 literalIfHasField(record, QStringLiteral("signal-meaning"))};
83 }
84};
85
86} // unnamed namespace

Callers

nothing calls this directly

Calls 2

literalIfHasFieldFunction · 0.85
literalMethod · 0.80

Tested by

no test coverage detected