MCPcopy Create free account
hub / github.com/EvoMap/evolver / sameRealPath

Function sameRealPath

src/ops/lifecycle.js:483–489  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

481}
482
483function sameRealPath(left, right) {
484 try {
485 return fs.realpathSync(left) === fs.realpathSync(right);
486 } catch (_) {
487 return false;
488 }
489}
490
491function commandUsesCurrentRepoRelativeIndex(cmd, cwd) {
492 if (!cwd) return false;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected