Values.SymbolicLinkSourceReturns information about a symbolic link in a repository folder.
type nonrec t = {blobId : ObjectId.t option;The blob ID that contains the information about the symbolic link.
*)absolutePath : Path.t option;The fully qualified path to the folder that contains the symbolic link.
*)relativePath : Path.t option;The relative path of the symbolic link from the folder where the query originated.
*)fileMode : FileModeTypeEnum.t option;The file mode permissions of the blob that cotains information about the symbolic link.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of ObjectId.t ]) list ]