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

Class RunInput

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

Source from the content-addressed store, hash-verified

25
26#[derive(Deserialize)]
27struct RunInput {
28 slug: String,
29}
30
31#[post("/run")]
32async fn run(input: web::Json<RunInput>) -> HttpResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected