MCPcopy Create free account
hub / github.com/apache/paimon-rust / url

Method url

crates/paimon/tests/mock_server.rs:613–615  ·  view source on GitHub ↗

Get the server URL.

(&self)

Source from the content-addressed store, hash-verified

611 }
612 /// Get the server URL.
613 pub fn url(&self) -> Option<String> {
614 self.addr.map(|a| format!("http://{a}"))
615 }
616 /// Get the warehouse path.
617 pub fn warehouse(&self) -> &str {
618 &self.warehouse

Calls

no outgoing calls

Tested by

no test coverage detected