Searched refs:withMutation (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/npm/lib/ |
D | owner.js | 134 return withMutation(spec, user, opts, (u, owners) => { 162 return withMutation(spec, user, opts, function (u, owners) { 185 function withMutation (spec, user, opts, mutation) { function
|