(mut self, uris: impl IntoIterator<Item = impl Into<String>>)
| 569 | } |
| 570 | |
| 571 | pub fn with_evidence_uris(mut self, uris: impl IntoIterator<Item = impl Into<String>>) -> Self { |
| 572 | self.evidence_uris = uris.into_iter().map(Into::into).collect(); |
| 573 | self |
| 574 | } |
| 575 | |
| 576 | pub fn to_values(hints: &[Self]) -> Vec<serde_json::Value> { |
| 577 | hints |
no outgoing calls
no test coverage detected