MCPcopy
hub / github.com/lebab/lebab / isUpdate

Function isUpdate

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

Source from the content-addressed store, hash-verified

85}
86
87function isUpdate(ex, node) {
88 return ex.type === 'UpdateExpression' &&
89 ex.argument === node;
90}
91
92function isMethodCall(ex, node) {
93 return ex.type === 'CallExpression' &&

Callers 1

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