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

Function schema_key

ra-rpc/src/openapi.rs:949–951  ·  view source on GitHub ↗
(full_name: &str)

Source from the content-addressed store, hash-verified

947}
948
949fn schema_key(full_name: &str) -> String {
950 full_name.trim_start_matches('.').to_string()
951}
952
953fn canonical_name(package: &str, path: &[String]) -> String {
954 let mut name = String::new();

Callers 2

ensure_enum_generatedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected