()
| 18 | } |
| 19 | |
| 20 | func NewHandleList() *HandleList { |
| 21 | return &HandleList{ |
| 22 | handles: make(map[unsafe.Pointer]interface{}), |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | // Track adds the given pointer to the list of pointers to track and |
| 27 | // returns a pointer value which can be passed to C as an opaque |
no outgoing calls
no test coverage detected
searching dependent graphs…