MCPcopy 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)]
78pub struct CmdlineIterBytes<'a>(&'a [u8]);
79
80impl<'a> Iterator for CmdlineIterBytes<'a> {
81 type Item = &'a [u8];

Callers 2

iter_bytesMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected