| 132 | } |
| 133 | |
| 134 | type Diff struct { |
| 135 | doNotCompare |
| 136 | ptr *C.git_diff |
| 137 | repo *Repository |
| 138 | runFinalizer bool |
| 139 | } |
| 140 | |
| 141 | func (diff *Diff) NumDeltas() (int, error) { |
| 142 | if diff.ptr == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected