示例#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);
 }