Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ open
Method
open
lib_acl_cpp/src/http/http_request.cpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
bool http_request::open()
190
{
191
bool reuse;
192
return try_open(&reuse);
193
}
194
195
bool http_request::try_open(bool* reuse_conn)
196
{
Callers
1
try_open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected