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

Function boolErr

test/syntax-check.test.ts:34–37  ·  view source on GitHub ↗
(n: TSNodeLike)

Source from the content-addressed store, hash-verified

32 } as TSNodeLike;
33}
34function boolErr(n: TSNodeLike): boolean {
35 const h = (n as any).hasError;
36 return typeof h === 'function' ? h() : !!h;
37}
38
39console.log('— tree walker (mock trees) —');
40{

Callers 1

nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected