MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / DestroyStream

Function DestroyStream

libi2pd/api.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void DestroyStream (std::shared_ptr<i2p::stream::Stream> stream)
146 {
147 if (stream)
148 stream->Close ();
149 }
150}
151}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected