Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/GitbookIO/gitbook
/ isAnyNode
Function
isAnyNode
packages/expr/src/autocomplete.ts:566–568 ·
view source on GitHub ↗
(node: AcornNode)
Source
from the content-addressed store, hash-verified
564
}
565
566
function
isAnyNode(node: AcornNode): node is AnyNode {
567
return
'type'
in node;
568
}
Callers
1
getSuggestions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected