MCPcopy Create free account
hub / github.com/3eif/gitmotion / ProgressStep

Enum ProgressStep

api/src/main.rs:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41#[derive(Serialize, Clone, Copy, PartialEq, Debug)]
42enum ProgressStep {
43 InitializingProject = 1,
44 AnalyzingHistory = 2,
45 GeneratingVisualization = 3,
46}
47
48#[derive(Serialize, Clone)]
49struct JobStatus {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected