FetchHeadDelegate

The function or delegate type that walkFetchHead can take as the callback.

  1. alias FetchHeadFunction = ContinueWalk function(in char[] refName, in char[] remoteURL, GitOid oid, bool isMerge)
  2. alias FetchHeadDelegate = ContinueWalk delegate(in char[] refName, in char[] remoteURL, GitOid oid, bool isMerge)
    alias FetchHeadDelegate = ContinueWalk delegate(
    in char[] refName
    ,
    in char[] remoteURL
    ,,
    bool isMerge
    )
  3. alias FetchHeadOpApply = int delegate(in char[] refName, in char[] remoteURL, GitOid oid, bool isMerge)

Meta