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

Method AssertNoCircularReferences

lib/base/serializer.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void icinga::AssertNoCircularReferences(const Value& value)
296{
297 SerializeStack stack;
298 SerializeInternal(value, FAConfig, stack, true);
299}
300
301Value icinga::Serialize(const Value& value, int attributeTypes)
302{

Callers

nothing calls this directly

Calls 1

SerializeInternalFunction · 0.85

Tested by

no test coverage detected