MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / drop

Method drop

lambda-runtime-api-client/src/body/watch.rs:56–58  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

54
55impl Drop for Sender {
56 fn drop(&mut self) {
57 self.send(CLOSED);
58 }
59}
60
61impl Receiver {

Callers

nothing calls this directly

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected