Skip to main content

Module memory

Module memory 

Source
Expand description

Decision-memory helpers.

The mutable store itself lives on crate::EventLog (same SQLite file); this module holds the small pure pieces: how a command is hashed into a stable key for the per-repo always-allow / always-deny memory.

Functionsยง

command_hash
Stable hash of a raw command line, used as the memory key within a repo.