MCPcopy
hub / github.com/Kong/insomnia / shouldClean

Method shouldClean

packages/insomnia/bin/yarn-standalone.js:6980–6982  ·  view source on GitHub ↗

* Check if we should run the cleaning step.

()

Source from the content-addressed store, hash-verified

6978 */
6979
6980 shouldClean() {
6981 return (_fs || _load_fs()).exists(path.join(this.config.lockfileFolder, (_constants || _load_constants()).CLEAN_FILENAME));
6982 }
6983
6984 /**
6985 * TODO

Callers 1

initMethod · 0.80

Calls 2

_load_fsFunction · 0.85
_load_constantsFunction · 0.85

Tested by

no test coverage detected