MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / install_ctx

Function install_ctx

tests/agent_suite/plugin_skill_contract_test.rs:167–176  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

165}
166
167fn install_ctx(home: &Path) -> InstallContext {
168 InstallContext {
169 home: home.to_path_buf(),
170 tracedecay_bin: "/tmp/tracedecay-test-bin".to_string(),
171 tool_permissions: expected_tool_perms(),
172 profile: None,
173 project_root: None,
174 dashboard: true,
175 }
176}
177
178fn staged_cursor_skill_source() -> TempDir {
179 let staged = TempDir::new().expect("temp cursor skill source");

Calls 1

expected_tool_permsFunction · 0.85

Tested by

no test coverage detected