MCPcopy Index your code
hub / github.com/ternjs/tern / isFunExpr

Function isFunExpr

plugin/doc_comment.js:488–488  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

486 }
487
488 function isFunExpr(node) { return node.type == "FunctionExpression" || node.type == "ArrowFunctionExpression" }
489
490 function applyType(type, self, args, ret, node, aval) {
491 var fn;

Callers 1

applyTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…