()
| 128 | } |
| 129 | |
| 130 | func (pb *Packbuilder) Written() uint32 { |
| 131 | ret := uint32(C.git_packbuilder_written(pb.ptr)) |
| 132 | runtime.KeepAlive(pb) |
| 133 | return ret |
| 134 | } |
| 135 | |
| 136 | type PackbuilderForeachCallback func([]byte) error |
| 137 | type packbuilderCallbackData struct { |
nothing calls this directly
no outgoing calls
no test coverage detected