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

Method include_memory_digest

src/agents/codex.rs:500–502  ·  view source on GitHub ↗

The memory digest rides only the global bundle.

(self)

Source from the content-addressed store, hash-verified

498
499 /// The memory digest rides only the global bundle.
500 fn include_memory_digest(self) -> bool {
501 self.scope == InstallScope::Global
502 }
503}
504
505fn install_codex_plugin_bundle(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected