Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ unlink
Function
unlink
src/shm.rs:94–96 ·
view source on GitHub ↗
(name: P)
Source
from the content-addressed store, hash-verified
92
#[doc(alias =
"shm_unlink"
)]
93
#[inline]
94
pub fn unlink<P: path::Arg>(name: P) -> io::Result<()> {
95
name.into_with_c_str(backend::shm::syscalls::shm_unlink)
96
}
Callers
1
test_mkdir
Function · 0.50
Calls
1
into_with_c_str
Method · 0.80
Tested by
1
test_mkdir
Function · 0.40