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

Method ~stream

lib_acl_cpp/src/stream/stream.cpp:25–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25stream::~stream()
26{
27 if (hook_) {
28 hook_->destroy();
29 }
30 if (stream_) {
31 acl_vstream_free(stream_);
32 }
33 delete buf_;
34 delete dbuf_;
35 delete ctx_table_;
36}
37
38string& stream::get_buf()
39{

Callers

nothing calls this directly

Calls 2

acl_vstream_freeFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected