Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
761
function
prependDirSep(path: string): string {
762
return
posix.join(DIR_SEP, path)
763
}
764
765
function
normalizePatternToPath({
766
patternRoot,
Callers
1
normalizePatternToPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected