Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bootc-dev/bootc
/ CmdlineIterBytes
Class
CmdlineIterBytes
crates/kernel_cmdline/src/bytes.rs:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
/// This is created by the `iter_bytes` method on `Cmdline`.
77
#[derive(Debug)]
78
pub struct CmdlineIterBytes<
'a>(&'
a [u8]);
79
80
impl<
'a> Iterator for CmdlineIterBytes<'
a> {
81
type Item = &'a [u8];
Callers
2
iter_bytes
Method · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected