Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
42
impl Drop for Pipe {
43
fn drop(&mut self) {
44
self.shared.poll_close.wake();
45
}
46
}
47
48
impl Pipe {
Callers
nothing calls this directly
Calls
1
wake
Method · 0.45
Tested by
no test coverage detected