MCPcopy
hub / github.com/meteor/meteor / getTestStateFilePath

Function getTestStateFilePath

tools/tool-testing/selftest.js:515–517  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513}
514
515function getTestStateFilePath() {
516 return files.pathJoin(files.getHomeDir(), '.meteortest');
517};
518
519function readTestState() {
520 const testStateFile = getTestStateFilePath();

Callers 2

readTestStateFunction · 0.85
writeTestStateFunction · 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…