Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TinyChain-Inc/freqfs
/ functions
Functions
126 in github.com/TinyChain-Inc/freqfs
⨍
Functions
126
◇
Types & classes
22
Method
new
()
src/cache.rs:26
Method
new
(cache: Arc<Cache<FE>>, path: PathBuf)
src/dir.rs:628
Method
partial_cmp
(&self, key: &str)
src/dir.rs:98
Method
path
Borrow the [`Path`] of this [`FileLock`].
src/file.rs:200
Function
persist_does_not_corrupt_existing_file_on_save_error
()
src/file.rs:884
Method
read_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
Method
read_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
Method
save
(&self, file: &mut tokio::fs::File)
src/cache.rs:231
Function
stream_roundtrip_u64
()
tests/stream_roundtrip.rs:23
Method
sync
Back up this file's contents to the filesystem.
src/file.rs:547
Method
to_stream
(&'en self, encoder: E)
tests/example_smoke.rs:22
Method
to_stream
(&'en self, encoder: E)
tests/copy_semantics.rs:20
Method
to_stream
(&'en self, encoder: E)
tests/delete_recreate.rs:18
Method
to_stream
(&'en self, encoder: E)
tests/type_safety.rs:19
Method
to_stream
(&'en self, encoder: E)
tests/concurrency_smoke.rs:21
Method
to_stream
(&'en self, encoder: E)
examples/example.rs:20
Method
trim
(&self)
src/dir.rs:759
Method
truncate_and_sync
(&'a mut self)
src/dir.rs:591
Method
try_into_write
Lock this file for writing synchronously, if possible, without borrowing.
src/file.rs:538
Method
try_read
Lock this directory for reading synchronously, if possible.
src/dir.rs:697
Method
try_read_owned
Lock this file for reading synchronously if possible, otherwise return an error.
src/file.rs:362
Method
try_read_owned
Lock this directory for reading synchronously, if possible.
src/dir.rs:709
Method
try_write_owned
Lock this directory for writing synchronously, if possible.
src/dir.rs:739
Method
write_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
Method
write_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
Function
wrong_type_read_returns_invalid_data
()
tests/type_safety.rs:38
← previous
101–126 of 126, ranked by callers