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

Method begin

lib/base/array.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386Array::Iterator icinga::begin(const Array::Ptr& x)
387{
388 return x->Begin();
389}
390
391Array::Iterator icinga::end(const Array::Ptr& x)
392{

Callers 15

HandleRequestMethod · 0.45
SendFileMethod · 0.45
UpdateObjectAuthorityMethod · 0.45
GetMasterMethod · 0.45
AddListenerMethod · 0.45
ApiTimerHandlerMethod · 0.45
ReplayLogMethod · 0.45
EventsInboxClass · 0.45
IsValidHeaderNameMethod · 0.45
IsValidHeaderValueMethod · 0.45
HandleRequestMethod · 0.45
ProcessRequestMethod · 0.45

Calls 1

BeginMethod · 0.45

Tested by

no test coverage detected