()
| 205 | } |
| 206 | |
| 207 | func newRemotePointerList() *remotePointerList { |
| 208 | return &remotePointerList{ |
| 209 | pointers: make(map[*C.git_remote]*Remote), |
| 210 | } |
| 211 | } |
| 212 | |
| 213 | // track adds the given pointer to the list of pointers to track and |
| 214 | // returns a pointer value which can be passed to C as an opaque |
no outgoing calls
no test coverage detected
searching dependent graphs…