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

Method name

core/src/agent/tests.rs:1335–1337  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1333#[async_trait::async_trait]
1334impl ContextProvider for MockContextProvider {
1335 fn name(&self) -> &str {
1336 &self.name
1337 }
1338
1339 async fn query(&self, _query: &ContextQuery) -> anyhow::Result<ContextResult> {
1340 let mut result = ContextResult::new(&self.name);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected