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

Method finish

ra-rpc/src/openapi.rs:886–892  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

884 }
885
886 fn finish(self) -> Map<String, Value> {
887 let mut map = Map::new();
888 for (k, v) in self.generated {
889 map.insert(k, v);
890 }
891 map
892 }
893}
894
895fn apply_schema_description(schema: &mut Value, doc: &str) {

Callers 6

fmtMethod · 0.45
compress_ext_valueFunction · 0.45
generate_documentFunction · 0.45
fmtMethod · 0.45
post_compressed_msgMethod · 0.45
encode_sync_responseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected