Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
impl RpcServer {
31
pub fn start<M>(self, methods: M) -> ServerHandle
32
where
33
M: Into<jsonrpsee::server::Methods>,
34
{
35
self.inner.start(methods)
Callers
3
start_rpc_server_with_handle
Function · 0.80
start_rpc_server_for_genesis_with_handle
Function · 0.80
get_random_available_addr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected