MCPcopy Create free account
hub / github.com/assert-rs/assert_fs / child

Method child

src/fixture/child.rs:35–40  ·  view source on GitHub ↗
(&self, path: P)

Source from the content-addressed store, hash-verified

33
34impl PathChild for super::TempDir {
35 fn child<P>(&self, path: P) -> ChildPath
36 where
37 P: AsRef<path::Path>,
38 {
39 ChildPath::new(self.path().join(path.as_ref()))
40 }
41}
42
43impl PathChild for ChildPath {

Callers 2

code_exampleFunction · 0.80
mainFunction · 0.80

Calls 2

pathMethod · 0.45
as_refMethod · 0.45

Tested by 1

code_exampleFunction · 0.64