MCPcopy Create free account
hub / github.com/corn-config/corn / ExitCode

Interface ExitCode

cli/src/error.rs:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16pub trait ExitCode {
17 fn get_exit_code(&self) -> i32;
18}
19
20impl ExitCode for CornError {
21 fn get_exit_code(&self) -> i32 {

Callers

nothing calls this directly

Implementers 1

error.rscli/src/error.rs

Calls

no outgoing calls

Tested by

no test coverage detected