예제 #1
0
파일: ObjectWalk.cs 프로젝트: shoff/ngit
 /// <returns>the internal buffer holding the current path.</returns>
 public virtual byte[] GetPathBuffer()
 {
     return(last != null?treeWalk.GetEntryPathBuffer() : EMPTY_PATH);
 }