(functionName, i, argumentType, requestingNode)
| 74 | }; |
| 75 | |
| 76 | const triggerImplyArgumentType = (functionName, i, argumentType, requestingNode) => { |
| 77 | functionBuilder.assignArgumentType(functionName, i, argumentType, requestingNode); |
| 78 | }; |
| 79 | |
| 80 | const triggerImplyArgumentBitRatio = (functionName, argumentName, calleeFunctionName, argumentIndex) => { |
| 81 | functionBuilder.assignArgumentBitRatio(functionName, argumentName, calleeFunctionName, argumentIndex); |
no test coverage detected