MCPcopy Create free account
hub / github.com/CodecrumbsIO/codecrumbs / checkIfPathExists

Function checkIfPathExists

src/server/index.js:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114};
115
116const checkIfPathExists = path => fs.existsSync(alignPlatformPath(path));
117
118module.exports = {
119 checkIfPathExists,

Callers 1

validateProjectPathFunction · 0.85

Calls 1

alignPlatformPathFunction · 0.85

Tested by

no test coverage detected