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

Method endpoint

types/src/reth.rs:164–166  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

162 /// Returns the HTTP endpoint of this instance.
163 #[doc(alias = "http_endpoint")]
164 pub fn endpoint(&self) -> String {
165 format!("http://localhost:{}", self.http_port)
166 }
167
168 /// Returns the Websocket endpoint of this instance.
169 pub fn ws_endpoint(&self) -> String {

Callers 1

endpoint_urlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected