(value)
| 1571 | }); |
| 1572 | |
| 1573 | function updateSourceInstanceNameTo(value) { |
| 1574 | return function updateInstance(next) { |
| 1575 | debug('update source instance name to %j', value); |
| 1576 | sourceInstance.name = value; |
| 1577 | sourceInstance.save(next); |
| 1578 | }; |
| 1579 | } |
| 1580 | |
| 1581 | function deleteSourceInstance(value) { |
| 1582 | return function deleteInstance(next) { |
no outgoing calls
no test coverage detected
searching dependent graphs…