MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / release

Method release

src/system.rs:77–79  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

75 /// `release`—Operating system release version string.
76 #[inline]
77 pub fn release(&self) -> &CStr {
78 Self::to_cstr(self.0.release.as_ptr().cast())
79 }
80
81 /// `version`—Operating system build identifiers.
82 #[inline]

Callers 2

load_linux_kernel_configFunction · 0.80
load_linux_kernel_configFunction · 0.80

Calls 1

as_ptrMethod · 0.45

Tested by

no test coverage detected