MCPcopy Index your code
hub / github.com/Recordscript/recordscript / join

Method join

libs/hbb_common/src/fs.rs:430–436  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

428
429 #[inline]
430 pub fn join(&self, name: &str) -> PathBuf {
431 if name.is_empty() {
432 self.path.clone()
433 } else {
434 self.path.join(name)
435 }
436 }
437
438 pub async fn read(&mut self, stream: &mut Stream) -> ResultType<Option<FileTransferBlock>> {
439 let file_num = self.file_num as usize;

Callers 15

link_vcpkgFunction · 0.80
link_homebrew_m1Function · 0.80
gen_vcpkg_packageFunction · 0.80
set_filenameMethod · 0.80
read_dir_recursiveFunction · 0.80
modify_timeMethod · 0.80
remove_download_fileMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
remove_all_empty_dirFunction · 0.80
start_transcriptionFunction · 0.80
mainFunction · 0.80

Calls 2

is_emptyMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected