lockFile property

LockFile lockFile

The lockfile for the entrypoint.

If not provided to the entrypoint, it will be loaded lazily from disk.

Implementation

LockFile get lockFile => _lockFile ??= _loadLockFile(lockFilePath, cache);