openObject1() public abstract method

Fast half of openObject(WindowCursor, AnyObjectId).
public abstract openObject1 ( GitSharp.Core.WindowCursor curs, AnyObjectId objectId ) : GitSharp.Core.ObjectLoader
curs GitSharp.Core.WindowCursor /// temporary working space associated with the calling thread. ///
objectId AnyObjectId identity of the object to open.
return GitSharp.Core.ObjectLoader
Beispiel #1
0
 public override ObjectLoader openObject1(WindowCursor curs, AnyObjectId objectId)
 {
     return(_objectDatabase.openObject1(curs, objectId));
 }
Beispiel #2
0
 public override ObjectLoader openObject1(WindowCursor curs, AnyObjectId objectId)
 {
     return(wrapped.openObject1(curs, objectId));
 }