Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ prependDirSep
Function
prependDirSep
src/utils/permissions/filesystem.ts:771–773 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
769
}
770
771
function
prependDirSep(path: string): string {
772
return
posix.join(DIR_SEP, path)
773
}
774
775
function
normalizePatternToPath({
776
patternRoot,
Callers
1
normalizePatternToPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected