Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_context
Function · 0.80
push_skill_catalog_context
Function · 0.80
returns_static_items
Function · 0.80
truncates_oversized_single_item
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected