MCPcopy Index your code
hub / github.com/nodejs/node / hasType

Function hasType

test/fixtures/snapshot/typescript.js:14203–14205  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

14201 /** True if has type node attached to it. */
14202 /* @internal */
14203 function hasType(node) {
14204 return !!node.type;
14205 }
14206 ts.hasType = hasType;
14207 /** True if has initializer node attached to it. */
14208 /* @internal */

Callers 1

Calls 2

getSymbolLinksFunction · 0.85
getNodeLinksFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…