MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / default

Method default

ra-rpc/src/openapi.rs:218–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217impl Default for SwaggerUiConfig {
218 fn default() -> Self {
219 Self {
220 title: "pRPC Explorer".to_string(),
221 dark_mode: true,
222 swagger_ui_dist: "https://cdn.jsdelivr.net/npm/swagger-ui-dist@5".to_string(),
223 }
224 }
225}
226
227/// Builds an OpenAPI specification for the provided descriptor sources.

Callers 3

index.tsFile · 0.45
index.tsFile · 0.45
index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected