Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
const
checkIfPathExists = path => fs.existsSync(alignPlatformPath(path));
117
118
module.exports = {
119
checkIfPathExists,
Callers
1
validateProjectPath
Function · 0.85
Calls
1
alignPlatformPath
Function · 0.85
Tested by
no test coverage detected