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

Method artifact_store

core/src/tools/mod.rs:374–376  ·  view source on GitHub ↗

Return a clone of the executor's artifact store handle.

(&self)

Source from the content-addressed store, hash-verified

372
373 /// Return a clone of the executor's artifact store handle.
374 pub fn artifact_store(&self) -> ArtifactStore {
375 self.registry.artifact_store()
376 }
377
378 /// Replace the sink used for compact execution trace events.
379 pub fn set_trace_sink(&self, sink: Arc<dyn crate::trace::TraceSink>) {

Calls

no outgoing calls