pub fn installed_version(existing: &str) -> Option<u32>Expand description
Parse the body-version stamp from an installed file’s managed block.
Returns None when the file has no recognizable begin marker. Used by
doctor to compare an installed artifact against the running binary’s
ARTIFACT_BODY_VERSION without rewriting anything.