MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / child

Method child

src/tools/ast/syntax-check.ts:46–46  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

44 type: string;
45 childCount: number;
46 child(i: number): TSNodeLike | null;
47 startPosition: { row: number; column: number };
48 hasError?: boolean | (() => boolean);
49 isMissing?: boolean | (() => boolean);

Callers 13

visitFunction · 0.80
getSymbolNameFunction · 0.80
visitFunction · 0.80
visitFunction · 0.80
getNameFunction · 0.80
visitFunction · 0.80
walkFunction · 0.80
gatherDeclsFunction · 0.80
findFnsFunction · 0.80
extractSymbolNameFunction · 0.80
collectFunction · 0.80
hasErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected