MCPcopy
hub / github.com/TanStack/query / isCallExpression

Function isCallExpression

packages/query-codemods/src/utils/index.cjs:111–112  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

109 .map((node) => node.value.id.name)
110
111 const isCallExpression = (node) =>
112 jscodeshift.match(node, { type: jscodeshift.CallExpression.name })
113
114 const isIdentifier = (node) =>
115 jscodeshift.match(node, { type: jscodeshift.Identifier.name })

Callers 1

isFunctionCallOfFunction · 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…