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

Function peek

lib_acl_cpp/include/acl_cpp/connpool/connect_pool.hpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 connect_client* peek() {
324 conn_ = pool_.peek();
325 return conn_;
326 }
327
328protected:
329 bool keep_;

Callers 8

popMethod · 0.50
runMethod · 0.50
peekMethod · 0.50
peek_openMethod · 0.50
peekMethod · 0.50
popMethod · 0.50
popMethod · 0.50
popMethod · 0.50

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…