MCPcopy Index your code
hub / github.com/TanStack/query / isIdentifier

Function isIdentifier

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

Source from the content-addressed store, hash-verified

112 jscodeshift.match(node, { type: jscodeshift.CallExpression.name })
113
114 const isIdentifier = (node) =>
115 jscodeshift.match(node, { type: jscodeshift.Identifier.name })
116
117 const isMemberExpression = (node) =>
118 jscodeshift.match(node, { type: jscodeshift.MemberExpression.name })

Callers 2

isClassInstantiationOfFunction · 0.70
isFunctionCallOfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…