Skip to main content

environment_hash

Function environment_hash 

Source
pub fn environment_hash(env: &BTreeMap<String, String>) -> String
Expand description

BLAKE3 content address of one effective environment.

The preimage is the canonical JSON encoding of the map; BTreeMap order makes it deterministic, the same discipline every hashed struct in the workspace relies on.