Skip to main content

track_patch_unlocked

Function track_patch_unlocked 

Source
pub async fn track_patch_unlocked(
    was_held: bool,
    released: bool,
    api_token: Option<&str>,
    org_slug: Option<&str>,
)
Expand description

Track a successful unlock. was_held indicates whether another process was holding the lock at probe time; released is true when --release actually removed the lock file (vs. the inspect-only case).