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

Method add_server

ra-rpc/src/openapi.rs:50–53  ·  view source on GitHub ↗
(mut self, server: impl Into<Cow<'a, str>>)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn add_server(mut self, server: impl Into<Cow<'a, str>>) -> Self {
51 self.servers.push(server.into());
52 self
53 }
54}
55
56/// Configuration describing how a pRPC service should be exposed over HTTP.

Callers 2

build_openapi_docFunction · 0.80
generates_documentFunction · 0.80

Calls

no outgoing calls

Tested by 1

generates_documentFunction · 0.64