Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
QCborValue Source::documentValue() { return m_document; }
67
QCborMap Source::mainMap() { return m_document.toMap(); }
68
QCborArray Source::childrenArray() { return m_document[QStringLiteral(
"children"
)].toArray(); }
69
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected