MCPcopy
hub / github.com/meteor/meteor / writeReleaseFileAndDevBundleLink

Function writeReleaseFileAndDevBundleLink

tools/project-context.js:395–398  ·  view source on GitHub ↗
(releaseName)

Source from the content-addressed store, hash-verified

393 // Write the new release to .meteor/release and create a
394 // .meteor/dev_bundle symlink to the corresponding dev_bundle.
395 writeReleaseFileAndDevBundleLink(releaseName) {
396 assert.strictEqual(files.inCheckout(), false);
397 this.releaseFile.write(releaseName);
398 },
399
400 _ensureProjectDir: function () {
401 var self = this;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…