(p Elem)
| 362 | } |
| 363 | |
| 364 | func unsetReceiver(p Elem) { |
| 365 | switch p.(type) { |
| 366 | case *Struct, *Array: |
| 367 | default: |
| 368 | p.SetVarname("z") |
| 369 | } |
| 370 | } |
| 371 | |
| 372 | // shared utility for generators |
| 373 | type printer struct { |
no test coverage detected
searching dependent graphs…