MCPcopy 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")]
29enum InboundMessage {
30 Bad,
31 Good,
32 Reset,
33 Visualize,
34}
35
36#[derive(Debug, Serialize)]
37#[serde(tag = "reason")]

Callers 1

dispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected