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

Function peek

lib_acl_cpp/include/acl_cpp.cn/connpool/connect_pool.hpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 connect_client* peek() {
291 conn_ = pool_.peek();
292 return conn_;
293 }
294
295protected:
296 bool keep_;

Callers 3

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…