MCPcopy 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]
94pub fn unlink<P: path::Arg>(name: P) -> io::Result<()> {
95 name.into_with_c_str(backend::shm::syscalls::shm_unlink)
96}

Callers 1

test_mkdirFunction · 0.50

Calls 1

into_with_c_strMethod · 0.80

Tested by 1

test_mkdirFunction · 0.40