| 293 | } |
| 294 | |
| 295 | void icinga::AssertNoCircularReferences(const Value& value) |
| 296 | { |
| 297 | SerializeStack stack; |
| 298 | SerializeInternal(value, FAConfig, stack, true); |
| 299 | } |
| 300 | |
| 301 | Value icinga::Serialize(const Value& value, int attributeTypes) |
| 302 | { |
nothing calls this directly
no test coverage detected