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

Function isMemberExpression

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

Source from the content-addressed store, hash-verified

115 jscodeshift.match(node, { type: jscodeshift.Identifier.name })
116
117 const isMemberExpression = (node) =>
118 jscodeshift.match(node, { type: jscodeshift.MemberExpression.name })
119
120 const isNewExpression = (node) =>
121 jscodeshift.match(node, { type: jscodeshift.NewExpression.name })

Callers 2

isClassInstantiationOfFunction · 0.85
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…