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

Method resource_paths

crates/paimon/tests/mock_server.rs:622–624  ·  view source on GitHub ↗

Get the resource paths.

(&self)

Source from the content-addressed store, hash-verified

620
621 /// Get the resource paths.
622 pub fn resource_paths(&self) -> &ResourcePaths {
623 &self.resource_paths
624 }
625 /// Get the server address.
626 pub fn addr(&self) -> Option<SocketAddr> {
627 self.addr

Callers 1

start_mock_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected