MCPcopy Create free account
hub / github.com/apitrace/apitrace / decodeUBJSONObject

Function decodeUBJSONObject

gui/qubjson.cpp:291–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290
291QVariant decodeUBJSONObject(QIODevice *io)
292{
293 QDataStream stream(io);
294 stream.setByteOrder(QDataStream::BigEndian);
295 Marker marker = readMarker(stream);
296 return readVariant(stream, marker);
297}
298

Callers 2

checkFunction · 0.85
runMethod · 0.85

Calls 2

readMarkerFunction · 0.85
readVariantFunction · 0.85

Tested by 1

checkFunction · 0.68