Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ with_items
Method
with_items
core/src/context/mod.rs:717–720 ·
view source on GitHub ↗
(mut self, items: Vec<ContextItem>)
Source
from the content-addressed store, hash-verified
715
}
716
717
fn with_items(mut self, items: Vec<ContextItem>) -> Self {
718
self.items = items;
719
self
720
}
721
}
722
723
#[async_trait::async_trait]
Callers
2
test_mock_context_provider
Function · 0.45
test_multiple_providers_query
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_mock_context_provider
Function · 0.36
test_multiple_providers_query
Function · 0.36