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

Method with_item

core/src/context/static_provider.rs:32–35  ·  view source on GitHub ↗
(mut self, item: ContextItem)

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn with_item(mut self, item: ContextItem) -> Self {
33 self.items.push(item);
34 self
35 }
36}
37
38#[async_trait::async_trait]

Callers 4

push_agents_md_contextFunction · 0.80
returns_static_itemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected