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

Function makeStatTest

tools/cli/dev-bundle.js:184–188  ·  view source on GitHub ↗
(method)

Source from the content-addressed store, hash-verified

182}
183
184function makeStatTest(method) {
185 return function (file) {
186 return statOrNull(file, method);
187 };
188}
189
190function getHostArch() {
191 if (process.platform === "win32") {

Callers 2

getDevBundleDirFunction · 0.85
getDevBundleForReleaseFunction · 0.85

Calls 1

statOrNullFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…