MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / bytes

Method bytes

euralios_std/src/ffi.rs:196–198  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

194 /// revealing the internal, platform-specific encodings.
195 #[inline]
196 pub fn bytes(&self) -> &[u8] {
197 self.inner.as_bytes()
198 }
199
200 /// Copies the slice into an owned [`OsString`].
201 ///

Callers 15

eqMethod · 0.45
partial_cmpMethod · 0.45
ltMethod · 0.45
leMethod · 0.45
gtMethod · 0.45
geMethod · 0.45
cmpMethod · 0.45
hashMethod · 0.45
remove_fileFunction · 0.45
create_dirFunction · 0.45
as_u8_sliceMethod · 0.45
has_rootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected