MCPcopy Index your code
hub / github.com/codeaashu/claude-code / pathInOriginalCwd

Function pathInOriginalCwd

src/utils/claudemd.ts:245–247  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

243}
244
245function pathInOriginalCwd(path: string): boolean {
246 return pathInWorkingPath(path, getOriginalCwd())
247}
248
249/**
250 * Parses raw content to extract both content and glob patterns from frontmatter

Callers 2

processMemoryFileFunction · 0.85

Calls 2

pathInWorkingPathFunction · 0.85
getOriginalCwdFunction · 0.85

Tested by

no test coverage detected