MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / currentScope

Function currentScope

src/extraction/languages/cobol.ts:61–63  ·  view source on GitHub ↗
(ctx: ExtractorContext)

Source from the content-addressed store, hash-verified

59}
60
61function 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

Callers 5

handleCopyFunction · 0.85
handleExecFunction · 0.85
walkDataEntriesFunction · 0.85
walkProcedureChildrenFunction · 0.85
cobol.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected