ClonedRepositoryReference

constructor(url: String, localPath: Path, shouldDeleteOnClose: Boolean = true, fileFormatLimits: FileFormatLimits = FileFormatLimits())

Parameters

url

The URL of the Git repository we cloned

localPath

The local path where the repository is cloned.

shouldDeleteOnClose

If true, the repository will be deleted when closed.

fileFormatLimits

Limits for file processing operations.