MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Deserialize

Method Deserialize

lib/base/serializer.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307Value icinga::Deserialize(const Value& value, bool safe_mode, int attributeTypes)
308{
309 return Deserialize(nullptr, value, safe_mode, attributeTypes);
310}
311
312Value icinga::Deserialize(const Object::Ptr& object, const Value& value, bool safe_mode, int attributeTypes)
313{

Callers

nothing calls this directly

Calls 5

DeserializeArrayFunction · 0.85
DeserializeDictionaryFunction · 0.85
DeserializeObjectFunction · 0.85
IsObjectMethod · 0.80
ContainsMethod · 0.45

Tested by

no test coverage detected