Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ main
Function
main
ci/lint_cpp_rs/src/main.rs:3–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
use std::process::ExitCode;
2
3
fn main() -> ExitCode {
4
match fastled_lint::run_cli(std::env::args().skip(1)) {
5
Ok(code) => ExitCode::from(code),
6
Err(err) => {
7
eprintln!(
"{err}"
);
8
ExitCode::from(2)
9
}
10
}
11
}
Callers
nothing calls this directly
Calls
1
run_cli
Function · 0.85
Tested by
no test coverage detected