MCPcopy Create free account
hub / github.com/chanced/jsonptr / all

Method all

src/delete.rs:183–185  ·  view source on GitHub ↗
(tests: impl IntoIterator<Item = Test<V>>)

Source from the content-addressed store, hash-verified

181 V: Delete<Value = V> + Clone + PartialEq + fmt::Display + fmt::Debug,
182 {
183 fn all(tests: impl IntoIterator<Item = Test<V>>) {
184 tests.into_iter().enumerate().for_each(|(i, t)| t.run(i));
185 }
186 fn run(self, _i: usize) {
187 let Test {
188 mut data,

Callers 1

qc_from_tokensFunction · 0.45

Calls 2

into_iterMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected