(child3FunctionArgument1)
| 120 | return child3Function(child2FunctionArgument1 + 1); |
| 121 | } |
| 122 | function child3Function(child3FunctionArgument1) { |
| 123 | return child3FunctionArgument1 + 1; |
| 124 | } |
| 125 | gpu |
| 126 | .addFunction(child1Function) |
| 127 | .addFunction(child2Function) |
no outgoing calls
no test coverage detected
searching dependent graphs…