Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bootc-dev/bootc
/ deref
Method
deref
crates/kernel_cmdline/src/bytes.rs:38–40 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
36
type Target = [u8];
37
38
fn deref(&self) -> &Self::Target {
39
&self.0
40
}
41
}
42
43
impl<
'a, T> AsRef<T> for Cmdline<'
a>
Callers
1
as_ref
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected