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

Class EvolutionQuery

semantic_app/src/models.rs:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69#[derive(Debug, Clone, Deserialize, Serialize)]
70pub struct EvolutionQuery {
71 pub repository: Option<String>,
72}
73
74#[derive(Debug, Clone, Deserialize, Serialize)]
75pub struct EvolutionPlanRequest {

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…