MCPcopy Create free account
hub / github.com/bootc-dev/bootc / ParameterKey

Class ParameterKey

crates/kernel_cmdline/src/bytes.rs:395–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393/// Handles quoted values and treats dashes and underscores in keys as equivalent.
394#[derive(Clone, Debug)]
395pub struct ParameterKey<'a>(pub(crate) &'a [u8]);
396
397impl Deref for ParameterKey<'_> {
398 type Target = [u8];

Callers 2

findMethod · 0.70
parse_internalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected