Skip to main content

current_executable_sha256

Function current_executable_sha256 

Source
pub fn current_executable_sha256() -> Result<String, String>
Expand description

SHA-256 hex digest of the currently running executable, memoized once per process.

Shared by MatcherArtifact identity and autoroute calibration so a scan does not read and hash the binary twice.