(v int)
| 115 | } |
| 116 | |
| 117 | func intPtr(v int) *int { |
| 118 | return &v |
| 119 | } |
| 120 | |
| 121 | func assertIntPtrValue(t *testing.T, testIndex int, testInput, fieldName string, actual, expected *int) { |
| 122 | t.Helper() |
no outgoing calls
no test coverage detected
searching dependent graphs…