------------------------------------------------------------------------------
| 130 | //------------------------------------------------------------------------------ |
| 131 | |
| 132 | type coderStruct struct { |
| 133 | name string |
| 134 | } |
| 135 | |
| 136 | type wrapperStruct struct { |
| 137 | coderStruct |
nothing calls this directly
no outgoing calls
no test coverage detected