Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ unbind
Method
unbind
lib_acl_cpp/src/stream/stream.cpp:179–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
ACL_VSTREAM* stream::unbind()
180
{
181
eof_ = true;
182
opened_ = false;
183
ACL_VSTREAM* vstream = stream_;
184
stream_ = NULL;
185
return vstream;
186
}
187
188
bool stream::close()
189
{
Callers
15
service_on_accept
Method · 0.45
http_server
Function · 0.45
http_server
Function · 0.45
run
Method · 0.45
run
Method · 0.45
rpc_run
Method · 0.45
rpc_run
Method · 0.45
start
Method · 0.45
~http_aclient
Method · 0.45
rpc_run
Method · 0.45
~master_udp
Method · 0.45
service_on_unbind
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected