Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bootc-dev/bootc
/ next
Method
next
crates/kernel_cmdline/src/bytes.rs:69–71 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
67
type Item = Parameter<'a>;
68
69
fn next(&mut self) -> Option<Self::Item> {
70
self.0.next().and_then(Parameter::parse_internal)
71
}
72
}
73
74
/// An iterator over kernel command line parameters as byte slices.
Callers
1
parse
Method · 0.45
Calls
2
is_empty
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected