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

Function lint_ok

crates/lib/src/lints.rs:60–62  ·  view source on GitHub ↗

Everything is OK - we didn't encounter a runtime error, and the targeted check passed.

()

Source from the content-addressed store, hash-verified

58/// Everything is OK - we didn't encounter a runtime error, and
59/// the targeted check passed.
60fn lint_ok() -> LintResult {
61 Ok(Ok(()))
62}
63
64/// We successfully found a lint failure.
65fn lint_err(msg: impl AsRef<str>) -> LintResult {

Callers 15

lint_innerFunction · 0.85
check_var_runFunction · 0.85
check_buildah_injectedFunction · 0.85
check_usretcFunction · 0.85
check_parse_kargsFunction · 0.85
check_kernelFunction · 0.85
check_utf8Function · 0.85
check_api_dirsFunction · 0.85
check_composefsFunction · 0.85
check_baseimage_rootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected