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

Method find_case

src/assert.rs:250–256  ·  view source on GitHub ↗
(
        &'a self,
        expected: bool,
        variable: &path::Path,
    )

Source from the content-addressed store, hash-verified

248 }
249
250 fn find_case<'a>(
251 &'a self,
252 expected: bool,
253 variable: &path::Path,
254 ) -> Option<predicates_core::reflection::Case<'a>> {
255 self.0.find_case(expected, variable)
256 }
257}
258
259impl fmt::Display for BytesContentPathPredicate {

Callers 4

assertFunction · 0.80
into_path_from_predFunction · 0.80
into_path_from_bytesFunction · 0.80
into_path_from_strFunction · 0.80

Calls

no outgoing calls

Tested by 3

into_path_from_predFunction · 0.64
into_path_from_bytesFunction · 0.64
into_path_from_strFunction · 0.64