MCPcopy
hub / github.com/meteor/meteor / isTestName

Function isTestName

tools/isobuild/package-source.js:44–47  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

42// world in some way.
43var AUTO_TEST_PREFIX = "local-test:";
44var isTestName = function (name) {
45 var nameStart = name.slice(0, AUTO_TEST_PREFIX.length);
46 return nameStart === AUTO_TEST_PREFIX;
47};
48var genTestName = function (name) {
49 return AUTO_TEST_PREFIX + name;
50};

Callers 1

package-source.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…