Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
impl 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
43
impl PathChild for ChildPath {
Callers
2
code_example
Function · 0.80
main
Function · 0.80
Calls
2
path
Method · 0.45
as_ref
Method · 0.45
Tested by
1
code_example
Function · 0.64