Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
static Value SerializeInternal(const Value& value, int attributeTypes, SerializeStack& stack, bool dryRun);
Callers
4
SerializeArray
Function · 0.80
SerializeDictionary
Function · 0.80
SerializeNamespace
Function · 0.80
SerializeObject
Function · 0.80
Calls
1
pop_back
Method · 0.80
Tested by
no test coverage detected