(functionName, index, type)
| 54 | }; |
| 55 | |
| 56 | const assignArgumentType = (functionName, index, type) => { |
| 57 | functionBuilder.assignArgumentType(functionName, index, type); |
| 58 | }; |
| 59 | |
| 60 | const lookupReturnType = (functionName, ast, requestingNode) => { |
| 61 | return functionBuilder.lookupReturnType(functionName, ast, requestingNode); |
no test coverage detected