flake_lock_flags_set_mode_virtual

Function flake_lock_flags_set_mode_virtual 

Source
pub unsafe extern "C" fn flake_lock_flags_set_mode_virtual(
    context: *mut c_context,
    flags: *mut flake_lock_flags,
) -> err
Expand description

@brief Put the lock flags in a mode that updates the lock file in memory, if needed. @param[out] context Optional, stores error information @param[in] flags The flags to modify @param[in] update Whether to allow updates

This will cause nix_flake_lock to update the lock file in memory, if needed.