MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / prepareConfirm

Function prepareConfirm

lib/models/blueprint.js:1599–1604  ·  view source on GitHub ↗

@private @method prepareConfirm @param {FileInfo} info @return {Promise}

(info)

Source from the content-addressed store, hash-verified

1597 @return {Promise}
1598*/
1599function prepareConfirm(info) {
1600 return info.checkForConflict().then((resolution) => {
1601 info.resolution = resolution;
1602 return info;
1603 });
1604}
1605
1606/**
1607 @private

Callers

nothing calls this directly

Calls 1

thenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…