We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7bb92 commit 6f26758Copy full SHA for 6f26758
crates/re_data_source/src/data_loader/loader_directory.rs
@@ -10,7 +10,7 @@ impl crate::DataLoader for DirectoryLoader {
10
}
11
12
#[cfg(not(target_arch = "wasm32"))]
13
- fn load_from_file(
+ fn load_from_path(
14
&self,
15
store_id: re_log_types::StoreId,
16
dirpath: std::path::PathBuf,
@@ -62,7 +62,7 @@ impl crate::DataLoader for DirectoryLoader {
62
63
64
#[inline]
65
- fn load_from_file_contents(
+ fn load_from_path_contents(
66
67
_store_id: re_log_types::StoreId,
68
_path: std::path::PathBuf,
0 commit comments