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

Function endLineOf

src/extraction/languages/cobol.ts:51–53  ·  view source on GitHub ↗
(node: SyntaxNode)

Source from the content-addressed store, hash-verified

49}
50
51function endLineOf(node: SyntaxNode): number {
52 return node.endPosition.row + 1;
53}
54
55/** Collapse whitespace runs so multi-line clauses read as one signature. */
56function collapse(text: string, cap = 120): string {

Callers 3

groupEndFunction · 0.85
walkDataEntriesFunction · 0.85
cobol.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected