MCPcopy 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
566function isAnyNode(node: AcornNode): node is AnyNode {
567 return 'type' in node;
568}

Callers 1

getSuggestionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected