MCPcopy Index your code
hub / github.com/assert-rs/assert_cmd / into_code

Method into_code

src/assert.rs:572–574  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

570 type Predicate = P;
571
572 fn into_code(self) -> Self::Predicate {
573 self
574 }
575}
576
577/// Keep `predicates` concrete Predicates out of our public API.

Callers 2

try_codeMethod · 0.80
convert_codeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected