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

Function roo_ext_dir

src/agents/roo_code.rs:21–23  ·  view source on GitHub ↗

Returns the Roo Code VS Code extension global storage directory.

(home: &Path)

Source from the content-addressed store, hash-verified

19
20/// Returns the Roo Code VS Code extension global storage directory.
21fn roo_ext_dir(home: &Path) -> PathBuf {
22 super::vscode_data_dir(home).join("User/globalStorage/rooveterinaryinc.roo-cline")
23}
24
25impl AgentIntegration for RooCodeIntegration {
26 fn name(&self) -> &'static str {

Callers 6

installMethod · 0.85
uninstallMethod · 0.85
is_detectedMethod · 0.85
primary_config_pathMethod · 0.85
has_tracedecayMethod · 0.85
doctor_check_settingsFunction · 0.85

Calls 1

vscode_data_dirFunction · 0.85

Tested by

no test coverage detected