From 837f8590be80b7c98162e70e4f0c1814b83e9d7b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 17 Feb 2026 20:16:39 -0800 Subject: [Rust] Misc documentation cleanup --- rust/src/file_metadata.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/src/file_metadata.rs') diff --git a/rust/src/file_metadata.rs b/rust/src/file_metadata.rs index f6427750..bb783158 100644 --- a/rust/src/file_metadata.rs +++ b/rust/src/file_metadata.rs @@ -122,6 +122,10 @@ impl FileMetadata { /// /// It may not be present if the BNDB was saved without it or cleared via [`FileMetadata::clear_original_file_path`]. /// + /// If this [`FileMetadata`] is a database within a project, it may not have a "consumable" original + /// file path. Instead, this might return the path to the on disk file path of the project file that + /// this database was created from, for projects you should query through [`FileMetadata::project_file`]. + /// /// Only prefer this over [`FileMetadata::file_path`] if you require the original binary location. pub fn original_file_path(&self) -> Option { let raw_name = unsafe { -- cgit v1.3.1