Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chanced/jsonptr
/ all
Method
all
src/resolve.rs:835–837 ·
view source on GitHub ↗
(tests: impl IntoIterator<Item = Test<'v, V>>)
Source
from the content-addressed store, hash-verified
833
+ fmt::Debug,
834
{
835
fn all(tests: impl IntoIterator<Item = Test<'v, V>>) {
836
tests.into_iter().enumerate().for_each(|(i, t)| t.run(i));
837
}
838
839
fn run(self, _i: usize) {
840
_ = self;
Callers
nothing calls this directly
Calls
2
into_iter
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected