Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axosoft/git-rs
/ InboundMessage
Enum
InboundMessage
gitrs_server/src/dispatch/git_command/bisect/mod.rs:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
#[derive(Debug, Deserialize)]
28
#[serde(tag =
"type"
)]
29
enum InboundMessage {
30
Bad,
31
Good,
32
Reset,
33
Visualize,
34
}
35
36
#[derive(Debug, Serialize)]
37
#[serde(tag =
"reason"
)]
Callers
1
dispatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected