()
| 64 | /// Test creation of function, that calls another function |
| 65 | test('hello_inner: call a function inside a function cpu', () => { |
| 66 | function inner() { |
| 67 | return 42; |
| 68 | } |
| 69 | |
| 70 | // Create a function hello node |
| 71 | const node = new CPUFunctionNode( |
no outgoing calls
no test coverage detected
searching dependent graphs…