MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / push_back

Method push_back

ThirdParty/pugixml/pugixml.cpp:8725–8731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8723 void push_back_grow(const xpath_node& node, xpath_allocator* alloc);
8724
8725 void push_back(const xpath_node& node, xpath_allocator* alloc)
8726 {
8727 if (_end != _eos)
8728 *_end++ = node;
8729 else
8730 push_back_grow(node, alloc);
8731 }
8732
8733 void append(const xpath_node* begin_, const xpath_node* end_, xpath_allocator* alloc)
8734 {

Callers 15

CreatLiveWorkerFunction · 0.80
GetDevInfoFunction · 0.80
CreatLiveWorkerFunction · 0.80
ParseHeaderMethod · 0.80
CreatLiveWorkerFunction · 0.80
step_pushMethod · 0.80
eval_node_setMethod · 0.80
AddMethod · 0.80
GetServerOutputMethod · 0.80
AddBindObjectMethod · 0.80
GetBatchErrorsMethod · 0.80
pushCleanMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64