MCPcopy Index your code
hub / github.com/ProgrammingRust/examples / copy_to

Function copy_to

copy/src/main.rs:35–49  ·  view source on GitHub ↗

Copy whatever is at `src` to the target path `dst`.

(src: &Path, src_type: &fs::FileType, dst: &Path)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

copy_dir_toFunction · 0.85
copy_intoFunction · 0.85
dwim_copyFunction · 0.85

Calls 2

copy_dir_toFunction · 0.85
symlinkFunction · 0.85

Tested by

no test coverage detected