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

Function prependDirSep

src/utils/permissions/filesystem.ts:761–763  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

759}
760
761function prependDirSep(path: string): string {
762 return posix.join(DIR_SEP, path)
763}
764
765function normalizePatternToPath({
766 patternRoot,

Callers 1

normalizePatternToPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected