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

Method mainMap

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

Source from the content-addressed store, hash-verified

65
66QCborValue Source::documentValue() { return m_document; }
67QCborMap Source::mainMap() { return m_document.toMap(); }
68QCborArray Source::childrenArray() { return m_document[QStringLiteral("children")].toArray(); }
69
70int main(int argc, char *argv[])

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected