Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
protected:
329
bool keep_;
Callers
8
pop
Method · 0.50
run
Method · 0.50
peek
Method · 0.50
peek_open
Method · 0.50
peek
Method · 0.50
pop
Method · 0.50
pop
Method · 0.50
pop
Method · 0.50
Calls
1
peek
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…