mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-20 10:10:42 +00:00
1 line
744 B
JavaScript
1 line
744 B
JavaScript
initSidebarItems({"fn":[["allocation_granularity","Returns the filesystem's disk space allocation granularity in bytes. The provided path may be for any file in the filesystem."],["available_space","Returns the available space in bytes to non-priveleged users in the file system containing the provided path."],["free_space","Returns the number of free bytes in the file system containing the provided path."],["lock_contended_error","Returns the error that a call to a try lock method on a contended file will return."],["total_space","Returns the total space in bytes in the file system containing the provided path."]],"trait":[["FileExt","Extension trait for `std::fs::File` which provides allocation, duplication and locking methods."]]}); |