MCPcopy 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

Calls

no outgoing calls

Tested by 2