| 305 | } |
| 306 | |
| 307 | Value icinga::Deserialize(const Value& value, bool safe_mode, int attributeTypes) |
| 308 | { |
| 309 | return Deserialize(nullptr, value, safe_mode, attributeTypes); |
| 310 | } |
| 311 | |
| 312 | Value icinga::Deserialize(const Object::Ptr& object, const Value& value, bool safe_mode, int attributeTypes) |
| 313 | { |
nothing calls this directly
no test coverage detected