MCPcopy
hub / github.com/vercel/hyper / shouldClean

Method shouldClean

bin/yarn-standalone.js:7069–7071  ·  view source on GitHub ↗

* Check if we should run the cleaning step.

()

Source from the content-addressed store, hash-verified

7067 */
7068
7069 shouldClean() {
7070 return (_fs || _load_fs()).exists(path.join(this.config.lockfileFolder, (_constants || _load_constants()).CLEAN_FILENAME));
7071 }
7072
7073 /**
7074 * TODO

Callers 1

initMethod · 0.80

Calls 2

_load_fsFunction · 0.85
_load_constantsFunction · 0.85

Tested by

no test coverage detected