Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ kilo_config_path
Function
kilo_config_path
src/agents/kilo.rs:25–27 ·
view source on GitHub ↗
(home: &Path)
Source
from the content-addressed store, hash-verified
23
}
24
25
fn kilo_config_path(home: &Path) -> std::path::PathBuf {
26
kilo_config_dir(home).join(
"kilo.jsonc"
)
27
}
28
29
impl AgentIntegration for KiloIntegration {
30
fn name(&self) -> &'static str {
Callers
5
install
Method · 0.85
uninstall
Method · 0.85
primary_config_path
Method · 0.85
has_tracedecay
Method · 0.85
doctor_check_settings
Function · 0.85
Calls
1
kilo_config_dir
Function · 0.85
Tested by
no test coverage detected