Returns TRUE if a uv.lock file exists in the project.
Examples
with_temp_project({
init()
# No lockfile yet
lock_exists()
# Create lockfile
lock()
# Now it exists
lock_exists()
})
#> Error: ! command is not a string (length 1 character)