(functionName)
| 62 | }; |
| 63 | |
| 64 | const lookupFunctionArgumentTypes = (functionName) => { |
| 65 | return functionBuilder.lookupFunctionArgumentTypes(functionName); |
| 66 | }; |
| 67 | |
| 68 | const lookupFunctionArgumentName = (functionName, argumentIndex) => { |
| 69 | return functionBuilder.lookupFunctionArgumentName(functionName, argumentIndex); |
no test coverage detected