MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda / addresses

Method addresses

crates/cargo-lambda-watch/src/state.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68 }
69
70 pub(crate) fn addresses(&self) -> (SocketAddr, Option<SocketAddr>, String) {
71 (self.runtime_addr, self.proxy_addr, self.runtime_url.clone())
72 }
73
74 pub(crate) fn function_addr(&self, name: &str) -> String {
75 format!("{}/{}", &self.runtime_url, name)

Callers 1

start_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected