MCPcopy Index your code
hub / github.com/AI45Lab/Code / with_evidence_uris

Method with_evidence_uris

core/src/program.rs:571–574  ·  view source on GitHub ↗
(mut self, uris: impl IntoIterator<Item = impl Into<String>>)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected