Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
pub trait ExitCode {
17
fn get_exit_code(&self) -> i32;
18
}
19
20
impl ExitCode for CornError {
21
fn get_exit_code(&self) -> i32 {
Callers
nothing calls this directly
Implementers
1
error.rs
cli/src/error.rs
Calls
no outgoing calls
Tested by
no test coverage detected