MCPcopy
hub / github.com/lebab/lebab / isAssignment

Function isAssignment

src/transform/destructParam.js:82–85  ·  view source on GitHub ↗
(ex, node)

Source from the content-addressed store, hash-verified

80}
81
82function isAssignment(ex, node) {
83 return ex.type === 'AssignmentExpression' &&
84 ex.left === node;
85}
86
87function isUpdate(ex, node) {
88 return ex.type === 'UpdateExpression' &&

Callers 1

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