(ctx: ExtractorContext)
| 59 | } |
| 60 | |
| 61 | function currentScope(ctx: ExtractorContext): string | undefined { |
| 62 | return ctx.nodeStack[ctx.nodeStack.length - 1]; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * DB2 convention writes `EXEC SQL INCLUDE member END-EXEC` with no sentence |
no outgoing calls
no test coverage detected