MCPcopy Create free account
hub / github.com/SeismicSystems/summit / start

Method start

rpc/src/builder.rs:23–28  ·  view source on GitHub ↗
(self, methods: M)

Source from the content-addressed store, hash-verified

21 tower::util::Either<CorsLayer, tower::layer::util::Identity>,
22 tower::layer::util::Identity,
23 >,
24>;
25
26pub struct RpcServer {
27 inner: jsonrpsee::server::Server<RpcHttpMiddleware>,
28}
29
30impl RpcServer {
31 pub fn start<M>(self, methods: M) -> ServerHandle

Calls

no outgoing calls

Tested by

no test coverage detected