Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ base_path
Method
base_path
crates/paimon/src/api/resource_paths.rs:57–59 ·
view source on GitHub ↗
Get the base path.
(&self)
Source
from the content-addressed store, hash-verified
55
56
/// Get the base path.
57
pub fn base_path(&self) -> &str {
58
&self.base_path
59
}
60
61
/// Get the config endpoint path.
62
pub fn config() -> String {
Callers
1
start_mock_server
Function · 0.80
Calls
no outgoing calls
Tested by
1
start_mock_server
Function · 0.64