(x: unknown)
| 76 | return false; |
| 77 | } |
| 78 | return true; |
| 79 | } |
| 80 | // Recursively check sub-expressions |
| 81 | if (isFunction(expr)) { |
| 82 | for (const child of expr.ops) { |
| 83 | if (hasSymbolicTranscendental(child)) return true; |
no outgoing calls
no test coverage detected