MCPcopy Create free account
hub / github.com/concensure/Semantic / EvolutionPlanRequest

Class EvolutionPlanRequest

semantic_app/src/models.rs:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74#[derive(Debug, Clone, Deserialize, Serialize)]
75pub struct EvolutionPlanRequest {
76 pub repository: String,
77 pub dry_run: Option<bool>,
78}
79
80#[derive(Debug, Clone, Deserialize, Serialize)]
81pub struct OrgRefactorRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…