Skip to main content

read_lock

Function read_lock 

Source
pub fn read_lock(
    repo_root: &Path,
) -> Result<BTreeMap<String, LockEntry>, SkillfileError>
Expand description

Read lock entries from Skillfile.lock. Returns empty map if file is missing.