Skip to main content

write_lock

Function write_lock 

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

Write lock entries to Skillfile.lock with sorted keys, 2-space indent, trailing newline.