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

Method local_addr

rpc/src/builder.rs:30–32  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28}
29
30impl RpcServer {
31 pub fn start<M>(self, methods: M) -> ServerHandle
32 where
33 M: Into<jsonrpsee::server::Methods>,
34 {
35 self.inner.start(methods)

Calls

no outgoing calls

Tested by

no test coverage detected