(_ int)
| 156 | } |
| 157 | |
| 158 | func (p EmbedPointerEmbed) EmbedPointerEmbedMethod(_ int) string { |
| 159 | return "" |
| 160 | } |
| 161 | |
| 162 | func (p *EmbedPointerEmbed) EmbedPointerEmbedPointerReceiverMethod(_ int) string { |
| 163 | return "" |
nothing calls this directly
no outgoing calls
no test coverage detected