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

Method http_port

types/src/reth.rs:142–144  ·  view source on GitHub ↗

Returns the HTTP port of this instance.

(&self)

Source from the content-addressed store, hash-verified

140
141 /// Returns the HTTP port of this instance.
142 pub const fn http_port(&self) -> u16 {
143 self.http_port
144 }
145
146 /// Returns the WS port of this instance.
147 pub const fn ws_port(&self) -> u16 {

Callers 6

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected