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

Method Pop

lib/base/serializer.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 inline void Pop()
64 {
65 Entries.pop_back();
66 }
67};
68
69static Value SerializeInternal(const Value& value, int attributeTypes, SerializeStack& stack, bool dryRun);

Callers 4

SerializeArrayFunction · 0.80
SerializeDictionaryFunction · 0.80
SerializeNamespaceFunction · 0.80
SerializeObjectFunction · 0.80

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected