(t *testing.T)
| 8 | ) |
| 9 | |
| 10 | func TestKeyLocationEmptyKeyPanics(t *testing.T) { |
| 11 | assert.Panics(t, func() { |
| 12 | _ = keyLocation(&unstable.Node{Kind: unstable.Table}) |
| 13 | }) |
| 14 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…