MCPcopy Create free account
hub / github.com/TanStack/query / isObjectProperty

Function isObjectProperty

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

Source from the content-addressed store, hash-verified

127 jscodeshift.match(node, { type: jscodeshift.ObjectExpression.name })
128
129 const isObjectProperty = (node) =>
130 jscodeshift.match(node, { type: jscodeshift.ObjectProperty.name })
131
132 const isSpreadElement = (node) =>
133 jscodeshift.match(node, { type: jscodeshift.SpreadElement.name })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected