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

Method primary_config_path

src/agents/opencode.rs:97–99  ·  view source on GitHub ↗
(&self, home: &Path)

Source from the content-addressed store, hash-verified

95 }
96
97 fn primary_config_path(&self, home: &Path) -> Option<std::path::PathBuf> {
98 Some(opencode_config_path(home))
99 }
100
101 fn has_tracedecay(&self, home: &Path) -> bool {
102 let config_path = opencode_config_path(home);

Callers

nothing calls this directly

Calls 1

opencode_config_pathFunction · 0.70

Tested by

no test coverage detected