MCPcopy 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
179ACL_VSTREAM* stream::unbind()
180{
181 eof_ = true;
182 opened_ = false;
183 ACL_VSTREAM* vstream = stream_;
184 stream_ = NULL;
185 return vstream;
186}
187
188bool stream::close()
189{

Callers 15

service_on_acceptMethod · 0.45
http_serverFunction · 0.45
http_serverFunction · 0.45
runMethod · 0.45
runMethod · 0.45
rpc_runMethod · 0.45
rpc_runMethod · 0.45
startMethod · 0.45
~http_aclientMethod · 0.45
rpc_runMethod · 0.45
~master_udpMethod · 0.45
service_on_unbindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected