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

Function into_path_from_str

src/assert.rs:486–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484
485 #[test]
486 fn into_path_from_str() {
487 let pred = convert_path("hello\n");
488 let case = pred.find_case(false, path::Path::new("tests/fixture/hello.txt"));
489 println!("Failing case: {case:?}");
490 assert!(case.is_none());
491 }
492}

Callers

nothing calls this directly

Calls 2

convert_pathFunction · 0.85
find_caseMethod · 0.80

Tested by

no test coverage detected