MCPcopy Index your code
hub / github.com/strongloop/loopback / updateSourceInstanceNameTo

Function updateSourceInstanceNameTo

test/replication.test.js:1573–1579  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…