MCPcopy 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
771function prependDirSep(path: string): string {
772 return posix.join(DIR_SEP, path)
773}
774
775function normalizePatternToPath({
776 patternRoot,

Callers 1

normalizePatternToPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected