MCPcopy Create free account
hub / github.com/AI45Lab/Code / trace_sink

Method trace_sink

core/src/tools/registry.rs:169–171  ·  view source on GitHub ↗

Return the current trace sink.

(&self)

Source from the content-addressed store, hash-verified

167
168 /// Return the current trace sink.
169 pub fn trace_sink(&self) -> Arc<dyn TraceSink> {
170 Arc::clone(&self.trace_sink.read().unwrap())
171 }
172
173 /// Set the search configuration for the tool context
174 pub fn set_search_config(&self, config: crate::config::SearchConfig) {

Callers 1

record_trace_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected