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

Method documentValue

plugins/debuggercommon/tests/debuggees/qcbor.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66QCborValue Source::documentValue() { return m_document; }
67QCborMap Source::mainMap() { return m_document.toMap(); }
68QCborArray Source::childrenArray() { return m_document[QStringLiteral("children")].toArray(); }
69

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected