MCPcopy Index your code
hub / github.com/meteor/meteor / getDevBundle

Function getDevBundle

tools/cli/dev-bundle-bin-helpers.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7var hasOwn = Object.prototype.hasOwnProperty;
8
9function getDevBundle() {
10 return require("./dev-bundle.js");
11}
12exports.getDevBundle = getDevBundle;
13
14exports.getCommand = function (name, devBundleDir) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…