MCPcopy Index your code
hub / github.com/TGX-Android/Publisher / checkPath

Function checkPath

main.js:47–49  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

45// ARGV CONSTANTS
46
47function checkPath (path) {
48 return path && fs.existsSync(path);
49}
50
51const LOCAL = process.env.TGX_PRODUCTION !== '1';
52const settings = JSON.parse(fs.readFileSync(path.join(__dirname, 'settings.json'), 'UTF-8'));

Callers 1

main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected