ByteSliceDoubleRenamed struct
| 982 | |
| 983 | // ByteSliceDoubleRenamed struct |
| 984 | type ByteSliceDoubleRenamed struct { |
| 985 | X renamedRenamedByteSlice |
| 986 | } |
| 987 | |
| 988 | // Ref has Marshaler and Unmarshaler methods with pointer receiver. |
| 989 | type Ref int |
nothing calls this directly
no outgoing calls
no test coverage detected