| 58 | } |
| 59 | |
| 60 | type T struct { |
| 61 | privT |
| 62 | A int |
| 63 | b int |
| 64 | C Function `json:"c,omitempty"` |
| 65 | d Function |
| 66 | E *T |
| 67 | } |
| 68 | |
| 69 | // Combination of exported/unexported value/pointer receiver methods. |
| 70 | func (t T) F1(p *Partial) {} |
nothing calls this directly
no outgoing calls
no test coverage detected