MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / validate

Method validate

src/plan/hector.rs:1051–1054  ·  view source on GitHub ↗
(&mut self, extensions: &Collection<S, (P, V)>)

Source from the content-addressed store, hash-verified

1049 }
1050
1051 fn validate(&mut self, extensions: &Collection<S, (P, V)>) -> Collection<S, (P, V)> {
1052 let target = self.value.clone();
1053 extensions.filter(move |(_prefix, extension)| *extension == target)
1054 }
1055}
1056
1057struct BinaryPredicateExtender<P, V>

Callers 1

extendMethod · 0.80

Calls 4

indexMethod · 0.80
extendMethod · 0.80
cmpMethod · 0.80
less_equalMethod · 0.45

Tested by

no test coverage detected