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

Function check_parse_kargs

crates/lib/src/lints.rs:479–483  ·  view source on GitHub ↗
(root: &Dir, _config: &LintExecutionConfig)

Source from the content-addressed store, hash-verified

477 check_parse_kargs,
478);
479fn check_parse_kargs(root: &Dir, _config: &LintExecutionConfig) -> LintResult {
480 let args = crate::bootc_kargs::get_kargs_in_root(root, ARCH)?;
481 tracing::debug!("found kargs: {args:?}");
482 lint_ok()
483}
484
485#[distributed_slice(LINTS)]
486static LINT_KERNEL: Lint = Lint::new_fatal(

Callers 1

test_kargsFunction · 0.85

Calls 2

get_kargs_in_rootFunction · 0.85
lint_okFunction · 0.85

Tested by 1

test_kargsFunction · 0.68