MCPcopy Create free account
hub / github.com/acl-dev/acl / pop

Method pop

app/master/tools/master_dispatch/server/client/ClientManager.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33ClientConnection* ClientManager::pop()
34{
35 std::vector<ClientConnection*>::iterator it = conns_.begin();
36 if (it == conns_.end())
37 return NULL;
38
39 ClientConnection* conn = *it;
40 conns_.erase(it);
41 return conn;
42}

Callers 15

runMethod · 0.45
waitMethod · 0.45
runMethod · 0.45
savetoMethod · 0.45
bkFunction · 0.45
highcharts.jsFile · 0.45
mFunction · 0.45
drilldown.jsFile · 0.45
buildFunction · 0.45
drilldown.src.jsFile · 0.45
timer_callbackMethod · 0.45

Calls 2

beginMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected