MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / drop

Method drop

crates/guest-rust/src/rt/async_support/abi_buffer.rs:198–200  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

196 O: StreamOps,
197{
198 fn drop(&mut self) {
199 let _ = self.take_vec();
200 }
201}
202
203#[cfg(test)]

Callers

nothing calls this directly

Calls 1

take_vecMethod · 0.80

Tested by

no test coverage detected