MCPcopy Create free account
hub / github.com/bootc-dev/bootc / as_ref

Method as_ref

crates/kernel_cmdline/src/bytes.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 <Cmdline<'a> as Deref>::Target: AsRef<T>,
47{
48 fn as_ref(&self) -> &T {
49 self.deref().as_ref()
50 }
51}
52
53impl From<Vec<u8>> for CmdlineOwned {

Callers 6

fromMethod · 0.45
findMethod · 0.45
find_utf8Method · 0.45
require_value_ofMethod · 0.45
parseMethod · 0.45

Calls 1

derefMethod · 0.45

Tested by

no test coverage detected