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

Function test_resource_paths_table

crates/paimon/src/api/resource_paths.rs:196–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194
195 #[test]
196 fn test_resource_paths_table() {
197 let paths = ResourcePaths::new("");
198 let table_path = paths.table("my-db", "my-table");
199 assert!(table_path.contains("my-db"));
200 assert!(table_path.contains("my-table"));
201 }
202
203 #[test]
204 fn test_config_path() {

Callers

nothing calls this directly

Calls 1

tableMethod · 0.45

Tested by

no test coverage detected