MCPcopy 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);

Calls

no outgoing calls

Tested by

no test coverage detected