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

Method hook_trust_config_path

src/agents/codex.rs:495–497  ·  view source on GitHub ↗

Where Codex records trust for this bundle's hooks — `None` for scopes that ship no hooks and therefore have no trust surface.

(self, home: &Path)

Source from the content-addressed store, hash-verified

493 /// Where Codex records trust for this bundle's hooks — `None` for scopes
494 /// that ship no hooks and therefore have no trust surface.
495 fn hook_trust_config_path(self, home: &Path) -> Option<PathBuf> {
496 self.include_hooks().then(|| codex_config_path(home))
497 }
498
499 /// The memory digest rides only the global bundle.
500 fn include_memory_digest(self) -> bool {

Callers 1

doctor_check_plugin_dirFunction · 0.80

Calls 2

codex_config_pathFunction · 0.85
include_hooksMethod · 0.80

Tested by

no test coverage detected