MCPcopy
hub / github.com/meteor/meteor / getDevBundle

Function getDevBundle

tools/fs/files.ts:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233// Return the root of dev_bundle (probably /usr/local/meteor in an
234// install, or (checkout root)/dev_bundle in a checkout.).
235export function getDevBundle() {
236 return pathJoin(getCurrentToolsDir(), 'dev_bundle');
237}
238
239export function getCurrentNodeBinDir() {
240 return pathJoin(getDevBundle(), "bin");

Callers 3

ensureDependenciesFunction · 0.90
getCurrentNodeBinDirFunction · 0.70

Calls 2

pathJoinFunction · 0.85
getCurrentToolsDirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…