Delegate git_odb_foreach_cb
Function declaration for callbacks from the git_odb_foreach function.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public delegate int git_odb_foreach_cb(git_oid*id, UIntPtr payload);
Parameters
| Type | Name | Description |
|---|---|---|
| git_oid* | id | The object ID contained in the database |
| UIntPtr | payload | The payload provided to the git_odb_foreach function |
Returns
| Type | Description |
|---|---|
| System.Int32 | 0 on success or non-zero to stop iteration |