Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
impl From<Vec<u8>> for CmdlineOwned {
Callers
6
from
Method · 0.45
find
Method · 0.45
find_utf8
Method · 0.45
find_all_starting_with
Method · 0.45
require_value_of
Method · 0.45
parse
Method · 0.45
Calls
1
deref
Method · 0.45
Tested by
no test coverage detected