MCPcopy Create free account
hub / github.com/cosdata/cosdata / modify

Method modify

src/api/openapi.rs:370–372  ·  view source on GitHub ↗
(&self, openapi: &mut utoipa::openapi::OpenApi)

Source from the content-addressed store, hash-verified

368
369impl utoipa::Modify for AuthApiDoc {
370 fn modify(&self, openapi: &mut utoipa::openapi::OpenApi) {
371 openapi.info = api_info();
372 }
373}
374
375impl utoipa::Modify for CollectionsApiDoc {

Callers

nothing calls this directly

Calls 1

api_infoFunction · 0.85

Tested by

no test coverage detected