()
| 82 | } |
| 83 | |
| 84 | func (p devicePointer) isNull() bool { |
| 85 | return p.pointer == nil |
| 86 | } |
| 87 | |
| 88 | // offset returns another pointer points to the address of current ptr + offset. |
| 89 | func (p devicePointer) offset(offset int) devicePointer { |
no outgoing calls
no test coverage detected