(functionName, index)
| 50 | } |
| 51 | |
| 52 | const needsArgumentType = (functionName, index) => { |
| 53 | return functionBuilder.needsArgumentType(functionName, index); |
| 54 | }; |
| 55 | |
| 56 | const assignArgumentType = (functionName, index, type) => { |
| 57 | functionBuilder.assignArgumentType(functionName, index, type); |
no test coverage detected