Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ registry
Method
registry
core/src/tools/mod.rs:364–366 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
362
}
363
364
pub fn registry(&self) -> &Arc<ToolRegistry> {
365
&self.registry
366
}
367
368
/// Get a stored tool artifact by URI.
369
pub fn get_artifact(&self, artifact_uri: &str) -> Option<ToolArtifact> {
Callers
15
test_command_env_is_available_on_default_context
Function · 0.80
test_tool_executor_registry
Function · 0.80
install_agent_dir_tools
Function · 0.80
install_registers_script_tool_visibly
Function · 0.80
install_script_cannot_shadow_a_builtin
Function · 0.80
build_session_capabilities
Function · 0.80
register_skill_capability
Function · 0.80
register_task_capability
Function · 0.80
build_tool_context
Function · 0.80
build_auto_delegation_plan
Method · 0.80
test_execute_plan_delegates_task_tool_steps
Function · 0.80
test_execute_plan_delegates_parallel_task_wave_once
Function · 0.80
Calls
no outgoing calls
Tested by
8
test_command_env_is_available_on_default_context
Function · 0.64
test_tool_executor_registry
Function · 0.64
test_execute_plan_delegates_task_tool_steps
Function · 0.64
test_execute_plan_delegates_parallel_task_wave_once
Function · 0.64
test_execute_plan_delegated_parallel_wave_maps_child_failure
Function · 0.64
test_auto_delegation_runs_parallel_specialists_when_enabled
Function · 0.64
test_auto_delegation_global_parallel_switch_uses_single_task
Function · 0.64
test_auto_delegation_disabled_does_not_start_subagents
Function · 0.64