Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
34
function
boolErr(n: TSNodeLike): boolean {
35
const
h = (n as any).hasError;
36
return
typeof h ===
'function'
? h() : !!h;
37
}
38
39
console.log(
'— tree walker (mock trees) —'
);
40
{
Callers
1
node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected