MCPcopy Create free account
hub / github.com/Starry-OS/StarryOS / drop

Method drop

api/src/file/pipe.rs:43–45  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

41}
42impl Drop for Pipe {
43 fn drop(&mut self) {
44 self.shared.poll_close.wake();
45 }
46}
47
48impl Pipe {

Callers

nothing calls this directly

Calls 1

wakeMethod · 0.45

Tested by

no test coverage detected