MCPcopy Create free account

hub / github.com/TinyChain-Inc/freqfs / functions

Functions126 in github.com/TinyChain-Inc/freqfs

Methodnew
()
src/cache.rs:26
Methodnew
(cache: Arc<Cache<FE>>, path: PathBuf)
src/dir.rs:628
Methodpartial_cmp
(&self, key: &str)
src/dir.rs:98
Methodpath
Borrow the [`Path`] of this [`FileLock`].
src/file.rs:200
Functionpersist_does_not_corrupt_existing_file_on_save_error
()
src/file.rs:884
Methodread_file
Convenience method to lock a file for reading. Returns a "not found" error if the there is no file with the given `name`.
src/dir.rs:321
Methodread_file_owned
Convenience method to lock a file for reading. Returns a "not found" error if the there is no file with the given `name`.
src/dir.rs:336
Methodsave
(&self, file: &mut tokio::fs::File)
src/cache.rs:231
Functionstream_roundtrip_u64
()
tests/stream_roundtrip.rs:23
Methodsync
Back up this file's contents to the filesystem.
src/file.rs:547
Methodto_stream
(&'en self, encoder: E)
tests/example_smoke.rs:22
Methodto_stream
(&'en self, encoder: E)
tests/copy_semantics.rs:20
Methodto_stream
(&'en self, encoder: E)
tests/delete_recreate.rs:18
Methodto_stream
(&'en self, encoder: E)
tests/type_safety.rs:19
Methodto_stream
(&'en self, encoder: E)
tests/concurrency_smoke.rs:21
Methodto_stream
(&'en self, encoder: E)
examples/example.rs:20
Methodtrim
(&self)
src/dir.rs:759
Methodtruncate_and_sync
(&'a mut self)
src/dir.rs:591
Methodtry_into_write
Lock this file for writing synchronously, if possible, without borrowing.
src/file.rs:538
Methodtry_read
Lock this directory for reading synchronously, if possible.
src/dir.rs:697
Methodtry_read_owned
Lock this file for reading synchronously if possible, otherwise return an error.
src/file.rs:362
Methodtry_read_owned
Lock this directory for reading synchronously, if possible.
src/dir.rs:709
Methodtry_write_owned
Lock this directory for writing synchronously, if possible.
src/dir.rs:739
Methodwrite_file
Convenience method to lock a file for writing. Returns a "not found" error if the there is no file with the given `name`.
src/dir.rs:351
Methodwrite_file_owned
Convenience method to lock a file for writing. Returns a "not found" error if the there is no file with the given `name`.
src/dir.rs:366
Functionwrong_type_read_returns_invalid_data
()
tests/type_safety.rs:38
← previous101–126 of 126, ranked by callers