Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ id
Method
id
src/agents/zed.rs:37–39 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
35
}
36
37
fn id(&self) -> &'static str {
38
"zed"
39
}
40
41
fn install(&self, ctx: &InstallContext) -> Result<()> {
42
let config_dir = zed_config_dir(&ctx.home);
Callers
4
export_managed_skills_to_agents
Function · 0.45
export_managed_skills_to_agent_hosts
Function · 0.45
detect_missing_installed_agents
Function · 0.45
pick_integrations_interactive
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected