MCPcopy 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

GetArrayMethod · 0.80
push_backMethod · 0.80
c_strMethod · 0.80
dataMethod · 0.45
GetStringMethod · 0.45
SizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected