MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / Route

Class Route

plugins/ast/python/src/lib.rs:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163#[derive(serde::Serialize)]
164struct Route {
165 method: String,
166 path: String,
167}
168
169#[derive(serde::Serialize)]
170struct Field {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected