MCPcopy Create free account
hub / github.com/codename-co/stack / RunInput

Class RunInput

packages/app/src-tauri/src/api.rs:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#[derive(Deserialize)]
34struct RunInput {
35 slug: String,
36}
37
38#[post("/run")]
39async fn run(input: web::Json<RunInput>) -> HttpResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected