Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
QVariant 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
check
Function · 0.85
run
Method · 0.85
Calls
2
readMarker
Function · 0.85
readVariant
Function · 0.85
Tested by
1
check
Function · 0.68