(argIdx int)
| 112 | } |
| 113 | |
| 114 | func genParamKey(argIdx int) string { |
| 115 | return "param" + strconv.Itoa(argIdx) // param0, param1, param2... |
| 116 | } |
| 117 | |
| 118 | type methodParser struct { |
| 119 | lexer *methodLexer |
no outgoing calls
no test coverage detected
searching dependent graphs…