Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Deserialize
Function
Deserialize
view/kernelcache/core/MetadataSerializable.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void Deserialize(DeserializationContext& context, std::string_view name, bool& b) {
51
b = context.doc[name.data()].GetBool();
52
}
53
54
void Deserialize(DeserializationContext& context, std::string_view name, uint8_t& b)
55
{
Callers
nothing calls this directly
Calls
7
GetArray
Method · 0.80
push_back
Method · 0.80
c_str
Method · 0.80
data
Method · 0.45
GetString
Method · 0.45
Size
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected